fix(ldap): fix type in department descriptor

This commit is contained in:
Steffen Jost 2021-12-17 17:49:45 +01:00
parent 900421c8ca
commit 9697d8c7fa

View File

@ -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"