Skip to content
Snippets Groups Projects

Release 2.4

Merged Nik | Klampfradler requested to merge release-2.3.2 into master
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -405,6 +405,10 @@ if _settings.get("ldap.uri", None):
PosixGroupType,
)
AUTH_LDAP_GLOBAL_OPTIONS = {
ldap.OPT_NETWORK_TIMEOUT: _settings.get("ldap.network_timeout", 3),
}
# Enable Django's integration to LDAP
AUTHENTICATION_BACKENDS.append("aleksis.core.util.ldap.LDAPBackend")
Loading