diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-12 12:59:29 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-19 04:04:20 +0200 |
commit | 624f11e4b46884c13056709ba6abc8dc2a659bc3 (patch) | |
tree | fe80b763e08b2d98117883738a9ef3193efea80b /selftest | |
parent | 8825085ea40d80d1061e83cd471b7732934619ad (diff) | |
download | samba-624f11e4b46884c13056709ba6abc8dc2a659bc3.tar.gz samba-624f11e4b46884c13056709ba6abc8dc2a659bc3.tar.bz2 samba-624f11e4b46884c13056709ba6abc8dc2a659bc3.zip |
s4-torture: Allow unix.whoami to test against a member server
This compares only the domain SIDs betwen the two servers, rather than
the full token, as well known and other SIDs may be added locally
in both cases.
This also expands the test environments this is run against to verify
this between our AD server and domain members.
Andrew Bartlett
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index e5bff1b17e..19f728d139 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -42,6 +42,7 @@ ^samba3.raw.samba3closeerr.samba3closeerr\(s3dc\) # This test fails against an smbd environment with NT ACLs enabled ^samba3.raw.acls.generic\(s3dc\) # This fails against smbd ^samba3.unix.whoami anonymous connection.whoami\(plugin_s4_dc\) # We need to resolve if we should be including SID_NT_WORLD and SID_NT_NETWORK in this token +^samba3.unix.whoami anonymous connection.whoami\(s3member\) # smbd maps anonymous logins to domain guest in the local domain, not SID_NT_ANONYMOUS # these show that we still have some differences between our system # with our internal iconv because it passes except when we bypass our # internal iconv modules |