Debug LDAP lookups

This commit is contained in:
Gregor Kleen 2018-08-01 15:18:43 +02:00
parent 64ac12802a
commit ba3fd9d458

View File

@ -1100,6 +1100,7 @@ instance YesodAuth UniWorX where
case appLdapConf of
Just ldapConf -> do
ldapData <- campusUser ldapConf $ Creds userPlugin userIdent credsExtra
$logDebugS "LDAP" $ "Successful LDAP lookup: " <> tshow ldapData
let
userMatrikelnummer' = lookup (Attr "LMU-Stud-Matrikelnummer") ldapData