mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)
(This used to be commit aa9b8382d38346cb3e94ddf2e7caf6d663034579)
This commit is contained in:
parent
91d55a509a
commit
97575a9ba7
@ -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