Directory Server- Modifying (moving) entries
I am trying to move users to a different part of the tree. I have tried using continous mode but I still get errored out because of the hash passwords. Any suggestions on how I can bypass this error.
ldapmodify -a -c -p 1389 -D uid=me,o=dev -w - -f tony.ldif
Enter bind password:
adding new entry uid=amiedane,o=dev
ldap_add: Constraint violation
ldap_add: additional info: Password already hashed. Cannot check quality.
Thanks.
--Wei Yee
ldapmodify -a -c -p 1389 -D uid=me,o=dev -w - -f tony.ldif
Enter bind password:
adding new entry uid=amiedane,o=dev
ldap_add: Constraint violation
ldap_add: additional info: Password already hashed. Cannot check quality.
Thanks.
--Wei Yee
0