mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4-ldap: Pass on-wire transmitted control down the chain
Change-Id: Ic3a117f74e8a67c45584fdb520d92e4f0cb01c5e Signed-off-by: Kamen Mazdrashki <kamenim@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -459,7 +459,7 @@ static int ldapsrv_rename_with_controls(struct ldapsrv_call *call,
|
||||
ret = ldb_build_rename_req(&req, ldb, ldb,
|
||||
olddn,
|
||||
newdn,
|
||||
NULL,
|
||||
controls,
|
||||
res,
|
||||
ldb_modify_default_callback,
|
||||
NULL);
|
||||
|
Reference in New Issue
Block a user