From 9697d8c7fa8bbe6db6418107acb21c387cd4672c Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 17 Dec 2021 17:49:45 +0100 Subject: [PATCH] fix(ldap): fix type in department descriptor --- src/Auth/LDAP.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/LDAP.hs b/src/Auth/LDAP.hs index f0f30bd7a..d26695d5e 100644 --- a/src/Auth/LDAP.hs +++ b/src/Auth/LDAP.hs @@ -83,7 +83,7 @@ ldapAffiliation = Ldap.Attr "memberOf" -- group determine user funct ldapUserTelephone = Ldap.Attr "telephoneNumber" ldapUserMobile = Ldap.Attr "mobile" ldapUserFraportPersonalnummer = Ldap.Attr "sAMAccountName" -ldapUserFraportAbteilung = Ldap.Attr "Department" +ldapUserFraportAbteilung = Ldap.Attr "department" {- --outdated to be removed ldapUserMatriculation = Ldap.Attr "LMU-Stud-Matrikelnummer"