Tagged Questions
0
votes
2answers
2k views
ldapadd/ldapmodify: clarifications needed about these comamnds
The ldapmodify man page states that:
The default for ldapmodify is to modify existing entries
Yet when I try to import an LDIF file with ldapmodify I get the below error:
ldapmodify: modify ...
0
votes
1answer
3k views
ldap_add: Constraint violation (19)
I'm having issues importing users with ldapadd and ldif files. The error I'm getting is:
ldap_add: Constraint violation (19)
additional info: structuralObjectClass: no user modification allowed
The ...