[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-183-g3da6f7f

Stefan Metzmacher metze at samba.org
Wed Jul 2 09:15:47 GMT 2008


The branch, v4-0-test has been updated
       via  3da6f7f95d7c04cff49fa2312f94c059686d11e4 (commit)
      from  615564b3daec0ffe17d05599b7ec8688619f5c65 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 3da6f7f95d7c04cff49fa2312f94c059686d11e4
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jul 2 10:28:42 2008 +0200

    ldap_server: allow modifies to the root dse record and pass them to the ldb layer
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/ldap_server/ldap_backend.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/ldap_server/ldap_backend.c b/source/ldap_server/ldap_backend.c
index 9047773..2193c98 100644
--- a/source/ldap_server/ldap_backend.c
+++ b/source/ldap_server/ldap_backend.c
@@ -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));
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list