LDAP Issues
Hi,
I am getting "ldap_add: Object class violation" error while adding a new entry with the below command, I have tried on another server it works perfectly, I have compared both environments couldn't find any differences.
ldapmodify -D "cn=Directory Manager" -w password -a -c -h <hostname> -p 1389 -f test2.ldif
Any idea of the root cause for this issue.
0