Skip to content
Snippets Groups Projects

Resolve "LDAP connector"

Merged Piotr Gawron requested to merge 380-ldap-connector into master
1 unresolved thread
3 files
+ 10
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
0
@@ -120,9 +120,14 @@ AUTHENTICATION_BACKENDS = [
# by default disable LDAP
AUTH_LDAP_SERVER_URI = None
AUTH_LDAP_BIND_DN = ''
AUTH_LDAP_BIND_PASSWORD = ''
AUTH_LDAP_BASE_DN = "cn=users,cn=accounts,dc=uni,dc=lu"
AUTH_LDAP_FILTER = "(uid=%(user)s)"
AUTH_LDAP_ALWAYS_UPDATE_USER = False
AUTH_LDAP_CONNECTION_OPTIONS = {
ldap.OPT_REFERRALS: 0
}
INTERNAL_IPS = [
'127.0.0.1'
Loading