LDAPSearch Module is missing

Since LDAPSearch Module is missing LDAP authentication is not working if you configure the LDAP configuration via extra_settings.
This commit is contained in:
siju-vasudevan
2021-09-09 10:04:30 +05:30
committed by GitHub
parent c235c6d7e8
commit 38ec4a3b00

View File

@@ -18,6 +18,7 @@ data:
settings: |
import os
import socket
from django_auth_ldap.config import LDAPSearch
def get_secret():
if os.path.exists("/etc/tower/SECRET_KEY"):