[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1518-ga3873bc

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


The branch, master has been updated
       via  a3873bca516e0f89302409c89910561707360d14 (commit)
      from  a21bfc4daff9e67750021d96ffa0c1e6e4cd3472 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a3873bca516e0f89302409c89910561707360d14
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

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

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 aa13acf..6327985 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