Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
authorAndrew Bartlett <abartlet@samba.org>
Wed, 2 Jul 2008 11:47:21 +0000 (21:47 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Jul 2008 11:47:21 +0000 (21:47 +1000)
(This used to be commit b4e7063058ac8587c526dd9133aee345e99f8ef8)

source4/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));