pub async fn delete_recursive(
ldap: &mut Ldap,
dn: &str,
controls: Vec<RawControl>,
) -> Result<(), LdapOperationError>Expand description
delete an LDAP entry recursively using ldap3
ยงErrors
fails if the underlying individual delete operations fail