From 2c188926a68639457e02ac40188043bb17e4b65d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Nov 2017 16:47:50 +0100 Subject: [PATCH] I haz a login \o/ --- src/Foundation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation.hs b/src/Foundation.hs index 8093fb9a1..76729e7b4 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -296,7 +296,7 @@ ldapConfig app@(appSettings -> settings) = LDAPConfig , initDN = appLDAPDN settings , initPass = appLDAPPw settings , baseDN = appLDAPBaseName settings - , ldapScope = LdapScopeDefault + , ldapScope = LdapScopeSubtree } -- | Access function to determine if a user is logged in.