The branch, master has been updated
       via  dc4c411... s4-smbtorture: skip GetAliasMembership against s4.
      from  c0883fb... Fixed incorrect checking of PRINCIPAL_SELF permissions.

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


- Log -----------------------------------------------------------------
commit dc4c41124228878d2c29fe2b240b23eb49631fe1
Author: Günther Deschner <[email protected]>
Date:   Thu Dec 17 18:02:53 2009 +0100

    s4-smbtorture: skip GetAliasMembership against s4.
    
    It returns NT_STATUS_INTERNAL_DB_CORRUPTION for unknown sids and I could not
    figure out why.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index 03425ea..b5aa761 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -2604,6 +2604,10 @@ static bool test_GetAliasMembership(struct dcerpc_pipe 
*p,
 
        torture_comment(tctx, "Testing GetAliasMembership\n");
 
+       if (torture_setting_bool(tctx, "samba4", false)) {
+               torture_skip(tctx, "skipping GetAliasMembership against s4");
+       }
+
        r.in.domain_handle      = domain_handle;
        r.in.sids               = &sids;
        r.out.rids              = &rids;


-- 
Samba Shared Repository

Reply via email to