[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
object class violation with ldapadd
Is there anyway to tell what the violation is when you get an "object class
violation" using ldapadd?
I did -v for verbose. It shows all the attributes it's adding and then shows:
adding new entry CN=Joe Blow, ou=internal, ou=people, o=Tivoli Systems
and ends with:
ldap_add: Object class violation
I've checked my schema. I'm requiring objectclass, sn, cn and uid and all are
present.
The objectclass is tivoliPerson which is based on organizationalPerson.