Well I have already gone through ldap_add: Constraint violation (19) but couldn't solve my problem!
Problem I'm facing is that, when I'm trying to add users from bckup.ldif file by issuing following command
ldapadd -x -D "dc=admin,dc=domain,dc=lcl -f bckup.ldif -W
It's throwing following error
adding new entry "uid=doctor.lcl,ou=People,dc=domain,dc=lcl"
ldap_add: Constraint violation (19)
additional info: some attributes not unique
I took backup by using ldapsearch only not slapcat
So my question is What causing the error and How to resolve the error?