deleting a ldap object/user using ldapdelete is giving sasl error
I have installed LDAP server successfully and users are also added. LDAP search command is listing all the users. Now I want to delete a LDAP user/object using ldapdelete command.
ldapadd -x -D "cn=Manager,dc=winter,dc=com" -W -f /etc/openldap/test2.ldif
adding a new entry message is displayed.
Now I am trying to delete the user using
ldapdelete "cn=test4,dc=winter,dc=com" then
ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)
additional info: SASL(-13): user not found: no secret in database
error message is poppedup.
I have given a correct password and the user is also exising. While client configuration I have not used ssl option.
Anybody help me in deleting a entry?
|