I haz a login \o/

This commit is contained in:
Gregor Kleen 2017-11-22 16:47:50 +01:00
parent 94f419394f
commit 2c188926a6

View File

@ -296,7 +296,7 @@ ldapConfig app@(appSettings -> settings) = LDAPConfig
, initDN = appLDAPDN settings , initDN = appLDAPDN settings
, initPass = appLDAPPw settings , initPass = appLDAPPw settings
, baseDN = appLDAPBaseName settings , baseDN = appLDAPBaseName settings
, ldapScope = LdapScopeDefault , ldapScope = LdapScopeSubtree
} }
-- | Access function to determine if a user is logged in. -- | Access function to determine if a user is logged in.