]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldap_server: allow modifies to the root dse record and pass them to the ldb layer
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Jul 2008 08:28:42 +0000 (10:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 2 Jul 2008 08:32:02 +0000 (10:32 +0200)
metze

source/ldap_server/ldap_backend.c

index 9047773529906a5a55a138e3d3a8c3095b90a303..2193c989cf356baa5d34e349d4cb0801e3f6eb4a 100644 (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));