Jim Summers wrote: > Hello List, > > While working with some scripts for my development ldap. I was trying > to remove the ou=People and got the following error: > > ldap_delete: Operation not allowed on non-leaf (66) > > The ldif file has two basic lines in it: > ------ > dn: ou=People,dc=xxx,dc=xxx,dc=xxx > changetype: delete > ------ You can not delete an entry which has children. The current db backend does not support it. BR, -- mike