https://github.com/lldap/lldap logo
And here's django: ``` LDAP_AUTH=1 AUTH_LDAP_SERVE...
# troubleshooting
y
And here's django:
Copy code
LDAP_AUTH=1
AUTH_LDAP_SERVER_URI=ldap://192.168.1.1:3890
AUTH_LDAP_BIND_DN=uid=admin,ou=people,dc=example,dc=com
AUTH_LDAP_BIND_PASSWORD=changeme_ldap_pass
AUTH_LDAP_USER_SEARCH_BASE_DN=ou=people,dc=example,dc=com
4 Views