Apparently it's 'account' that interferes with inetOrgPerson

This commit is contained in:
niten 2023-09-06 16:27:18 -07:00
parent 169dee3939
commit cea913f1fe

View File

@ -34,7 +34,6 @@ let
userLdif = base: name: group-map: opts: ''
dn: uid=${name},ou=members,${base}
uid: ${name}
objectClass: account
objectClass: shadowAccount
objectClass: posixAccount
objectClass: inetOrgPerson