mirror of
https://github.com/samba-team/samba.git
synced 2025-10-23 11:33:16 +03:00
r23762: Fix DN renames over LDAP, and instrument the partition module. Add a
test to prove the behaviour of LDAP renames etc. Fix LDB to return correct error code when failing to rename one DN onto another. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3a8192c742
commit
3f3da9c471
@@ -621,6 +621,7 @@ static NTSTATUS ldapsrv_ModifyDNRequest(struct ldapsrv_call *call)
|
||||
result = LDAP_OTHER;
|
||||
goto reply;
|
||||
}
|
||||
newdn = parentdn;
|
||||
|
||||
reply:
|
||||
modifydn_r = ldapsrv_init_reply(call, LDAP_TAG_ModifyDNResponse);
|
||||
|
Reference in New Issue
Block a user