User's deletion in OpenLDAP

Hi,

I am using OpenLDAP for authenticating my postfix mail server. Now i have to clean up some resigned users from the LDAP directory. I have the list of common names (CN) with me, how can i delete the LDAP users form with that list.

Regards,
Hima Kiran

Make sure you have write permissions for that tree to do so and usually LDAP servers have a client/GUI to administer them (afaik).
Else you might check your client package what remove command it has. Not sure if you are using openLDAP for example.

Dear Zaxxon,

I have a right permission for the entire LDAP tree. and i am using ldap client is ldapdelete, but when i am trying to delete any entry it is asking for LDAP password and i am providing it correctly. But still it says below error.

SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Invalid credentials (49)

Regards,
Hima Kiran