[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Tree Delete



At 12:40 AM 12/23/2005, Ansar Mohammed wrote:
>Hello, does openldap support tree deletes or do I have to implement a
>recursive delete through my client application?

I generally recommend client programs be designed to operate
without reliance on extension to LDAP, especially non-standard
ones.  There is no standardized tree delete extension for LDAP.
slapd(8) doesn't offer any tree delete extension.

Kurt