1
0
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:
Stefan Metzmacher 2008-07-02 10:28:42 +02:00
parent fe174cc141
commit 0a391223ac

View File

@ -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));