diff --git a/SAS/LSMR/src/CMakeLists.txt b/SAS/LSMR/src/CMakeLists.txt
index 79264d00a947444f408e7f071d43125ba9615973..a7c9d368d2e85918b88e65d3bdfa68661a479a08 100644
--- a/SAS/LSMR/src/CMakeLists.txt
+++ b/SAS/LSMR/src/CMakeLists.txt
@@ -11,7 +11,7 @@ find_python_module(rest_framework REQUIRED)     # pip install djangorestframewor
 find_python_module(ldap REQUIRED)
 find_python_module(markdown REQUIRED)
 find_python_module(django_filters REQUIRED)     # pip install django-filter
-
+find_python_module(django_auth_ldap REQUIRED)   # sudo apt-get install python3-django-python3-ldap python3-django-auth-ldap
 
 set(_py_files
     manage.py