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

RE:



A node containing entries underneath cannot be deleted in a direct method as
it
is a limitation of the LDAP protocol.

Complete tree can be deleted by first removing all sub-trees underneath.
This
method has to be done recursively till we encounter the leaf nodes.

-Jagan

-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Geert Van
Muylem
Sent: Monday, July 17, 2000 7:23 AM
To: OpenLDAP-software@OpenLDAP.org
Subject:


sorry,


The questions was: How can I DELETE a complete tree?