fix(ldap): fix type in department descriptor
This commit is contained in:
parent
900421c8ca
commit
9697d8c7fa
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user