diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-03-19 14:59:51 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-03-19 14:59:51 +0000 |
commit | bde1f785b4a7606f1c084948d28b297fc0863212 (patch) | |
tree | f68824bf30a22e3af9e6283fe2579c5740d30d6d /source3 | |
parent | 7679811afb35c047f00f2c3b04602ac01d2db041 (diff) | |
download | samba-bde1f785b4a7606f1c084948d28b297fc0863212.tar.gz samba-bde1f785b4a7606f1c084948d28b297fc0863212.tar.bz2 samba-bde1f785b4a7606f1c084948d28b297fc0863212.zip |
merge from HEAD
(This used to be commit 12110a263b5ac65d6b965ccbe19b7be3025f0373)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/pdb_ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index d512a4fda3..fcb0234e98 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -2361,6 +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_CANNOT_DELETE; } DEBUG(2, ("successfully delete group mapping %s in LDAP\n", |