From: Graham B. <gb...@po...> - 2000-08-16 13:58:38
|
On Wed, Aug 16, 2000 at 02:29:20PM +0100, John Berthels wrote: > > > > You must delete all children entries first before you can delete any > > parent entries. > > Net::LDAP::Util::ldap_delete_tree anyone? Sure, but someone mentioned a control for this. > Is the consensus that things which are high-level and which several > applications might want to do could find a home in the ::Util module? That is what is was intended for. Graham. > > > On Tue, 15 Aug 2000, Tom Sherrod wrote: > > > > > I'm attempting to delete an entry that contains sub entries that > > > contain sub entries and receiving this error: > > > LDAP_NOT_ALLOWED_ON_NONLEAF > > > > > > I've found that if I go down to the bottom, I could delete, by working my > > > way back out. > > > Is there a simpler way? Is there a way to tell from an entry if there are > > > sub trees besides checking for the error or searching down? > > > > > > Tom Sherrod to...@sa... > > > > > > > > > > > > > > > > |