Questions tagged [ldapdelete]

Use for questions related to the ldapdelete command from OpenLDAP

ldapdelete is a CLI command from OpenLDAP to delete LDAP entries using the LDAP protocol.

1 questions
3
votes
1 answer

How to feed the result of ldapsearch into ldapdelete?

(This question had been asked on the OpenLDAP list also, but didn't get an answer there) Trying to delete the result of an LDAP search, I have a problem: Using ldapsearch -Q -Y EXTERNAL -H ldapi:/// -b "dc=services,dc=net,$DIT_BASE" \ -s…
U. Windl
  • 943