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