mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ldap_server: allow modifies to the root dse record and pass them to the ldb layer
metze
(This used to be commit 3da6f7f95d
)
This commit is contained in:
parent
fe174cc141
commit
0a391223ac
@ -348,7 +348,7 @@ static NTSTATUS ldapsrv_ModifyRequest(struct ldapsrv_call *call)
|
||||
NT_STATUS_HAVE_NO_MEMORY(local_ctx);
|
||||
|
||||
dn = ldb_dn_new(local_ctx, samdb, req->dn);
|
||||
VALID_DN_SYNTAX(dn, 1);
|
||||
VALID_DN_SYNTAX(dn, 0);
|
||||
|
||||
DEBUG(10, ("ModifyRequest: dn: [%s]\n", req->dn));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user