[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-1012-g8dedcea

Andrew Tridgell tridge at samba.org
Tue Oct 6 17:56:30 MDT 2009


The branch, master has been updated
       via  8dedceaff9543ce92d9ad51f67c5c51cd63e7931 (commit)
      from  d31fa07fde1d7118c7a33b0d93c29f6a96e1c44e (commit)

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


- Log -----------------------------------------------------------------
commit 8dedceaff9543ce92d9ad51f67c5c51cd63e7931
Author: Andrew Tridgell <tridge at samba.org>
Date:   Wed Oct 7 10:55:35 2009 +1100

    torture: disable the ValidatePassword test
    
    This test causes problems on non-sealed connections against windows

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index c9efb2e..b786c3f 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -6795,7 +6795,10 @@ bool torture_rpc_samr(struct torture_context *torture)
 		return false;
 	}
 
-	ret &= test_samr_ValidatePassword(p, torture);
+
+	if (torture_setting_bool(torture, "dangerous", false)) {
+		ret &= test_samr_ValidatePassword(p, torture);
+	}
 
 	ret &= test_Connect(p, torture, &handle);
 
@@ -7039,3 +7042,4 @@ struct torture_suite *torture_rpc_samr_large_dc(TALLOC_CTX *mem_ctx)
 
 	return suite;
 }
+


-- 
Samba Shared Repository


More information about the samba-cvs mailing list