mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)
This commit is contained in:
parent
a5218499eb
commit
aa9b8382d3
@ -2361,7 +2361,7 @@ static NTSTATUS ldapsam_delete_group_mapping_entry(struct pdb_methods *methods,
|
||||
|
||||
if (rc != LDAP_SUCCESS) {
|
||||
DEBUG(0, ("failed to delete group %s\n", sidstring));
|
||||
return NT_STATUS_UNSUCCESSFUL;
|
||||
return NT_STATUS_CANNOT_DELETE;
|
||||
}
|
||||
|
||||
DEBUG(2, ("successfully delete group mapping %s in LDAP\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user