I need to delete a user from the LDAP container.
First of all I searched for the user using :
$ ldapsearch -x -b "dc=tuleap,dc=local" -s sub "objectclass=*"
I found the user and than I execute :
$ ldapdelete -v -D "uid=user,dc=tuleap,dc=local" -w userpassword
I get this :
ldap_initialize( DEFAULT )
ldap_bind: Invalid credentials (49)
Any one can help to resolve this issue.