[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-926-g3f55201

Günther Deschner gd at samba.org
Fri May 8 23:12:14 GMT 2009


The branch, v3-4-test has been updated
       via  3f55201564afae5681b3530cb767da7f2b64794c (commit)
      from  d8b37fe08e9e833c466c82e07599356b746020fa (commit)

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


- Log -----------------------------------------------------------------
commit 3f55201564afae5681b3530cb767da7f2b64794c
Author: Günther Deschner <gd at samba.org>
Date:   Sat May 9 00:46:17 2009 +0200

    s4-smbtorture: avoid secdesc test on connect handle in RPC-SAMR-USERS for Samba3.
    
    With this, I think, we pass RPC-SAMR-USERS.
    
    Guenther
    (cherry picked from commit a3873bca516e0f89302409c89910561707360d14)

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

Summary of changes:
 source4/torture/rpc/samr.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index dec8984..d8d978a 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -6012,7 +6012,9 @@ bool torture_rpc_samr_users(struct torture_context *torture)
 
 	ret &= test_Connect(p, torture, &handle);
 
-	ret &= test_QuerySecurity(p, torture, &handle);
+	if (!torture_setting_bool(torture, "samba3", false)) {
+		ret &= test_QuerySecurity(p, torture, &handle);
+	}
 
 	ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_USER_ATTRIBUTES, NULL);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list