pub async fn delete_recursive(
ldap: &mut Ldap,
dn: &str,
controls: Vec<RawControl>,
) -> Result<(), LdapOperationError>
Expand description
delete an LDAP entry recursively using ldap3
pub async fn delete_recursive(
ldap: &mut Ldap,
dn: &str,
controls: Vec<RawControl>,
) -> Result<(), LdapOperationError>
delete an LDAP entry recursively using ldap3