diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-10-23 22:02:57 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-05-06 01:22:14 +0200 |
commit | 4aa2246dd9a463e84fdf21a63581a98f2031fd2f (patch) | |
tree | e287984081045f7f0d4f835850fbfa6fc3ec6887 /selftest | |
parent | a62e78cef61c1f3f602db39027433e6a1b71c110 (diff) | |
download | samba-4aa2246dd9a463e84fdf21a63581a98f2031fd2f.tar.gz |
selftest: Run more winbind tests against more environments
This ensures we still test the internal winbind on the AD DC
and winbindd as a member server.
Andrew Bartlett
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 3e78002402e..777a4e4835b 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -253,7 +253,7 @@ ^samba.blackbox.wbinfo\(ad_member:local\).wbinfo -G against ad_member ^samba.blackbox.wbinfo\(ad_member:local\).wbinfo -U check for sane mapping ^samba.blackbox.wbinfo\(ad_member:local\).wbinfo -G check for sane mapping -^samba4.winbind.struct.show_sequence\(ad_dc_ntvfs\) +^samba4.winbind.struct.show_sequence\(ad_dc_ntvfs:local\) ^samba.wbinfo_simple.\(ad_dc_ntvfs:local\).--allocate-uid ^samba.wbinfo_simple.\(ad_dc_ntvfs:local\).--allocate-gid ^samba.wbinfo_simple.\(s4member:local\).--allocate-uid @@ -289,6 +289,11 @@ # ^samba4.winbind.struct.getdcname\(ad_member:local\) ^samba4.winbind.struct.lookup_name_sid\(ad_member:local\) +^samba4.winbind.struct.lookup_name_sid\(ad_dc_ntvfs:local\) +^samba4.winbind.struct.list_trustdom\(ad_dc_ntvfs:local\) +^samba4.winbind.struct.domain_info\(ad_dc_ntvfs:local\) +^samba4.winbind.struct.getdcname\(ad_dc_ntvfs:local\) +^samba4.winbind.struct.dsgetdcname\(ad_dc_ntvfs:local\) ^samba.wbinfo_simple.\(ad_dc_ntvfs:local\).--all-domains.wbinfo\(ad_dc_ntvfs:local\) ^samba.wbinfo_simple.\(ad_dc_ntvfs:local\).--trusted-domains.wbinfo\(ad_dc_ntvfs:local\) ^samba.wbinfo_simple.\(ad_dc_ntvfs:local\).--online-status.wbinfo\(ad_dc_ntvfs:local\) @@ -300,6 +305,10 @@ ^samba.blackbox.wbinfo\(ad_dc_ntvfs:local\).wbinfo --trusted-domains against ad_dc_ntvfs\(ad_dc_ntvfs:local\) ^samba.blackbox.wbinfo\(ad_dc_ntvfs:local\).wbinfo --all-domains against ad_dc_ntvfs\(ad_dc_ntvfs:local\) # +# This will fail against the NTVFS DC, because it requires functionality only in winbindd +# +^samba4.winbind.pac.*\(ad_dc_ntvfs:local\) # Not implemented +# # These do not work against winbindd in member mode for unknown reasons # ^samba.blackbox.wbinfo\(ad_member:local\).wbinfo -U against ad_member\(ad_member:local\) @@ -308,7 +317,12 @@ ^samba.blackbox.wbinfo\(ad_member:local\).wbinfo -G check for sane mapping\(ad_member:local\) ^samba.ntlm_auth.\(ad_dc_ntvfs:local\).ntlm_auth against winbindd with failed require-membership-of ^samba.ntlm_auth.\(ad_dc_ntvfs:local\).ntlm_auth with NTLMSSP gss-spnego-client and gss-spnego server against winbind with failed require-membership-of +^samba4.winbind.struct.getdcname\(nt4_member:local\) # Works in other modes, just not against the classic/NT4 DC # # Differences in our KDC compared to windows # ^samba4.krb5.kdc .*.as-req-pac-request # We should reply to a request for a PAC over UDP with KRB5KRB_ERR_RESPONSE_TOO_BIG unconditionally +# +# This will fail against the classic DC, because it requires kerberos +# +^samba4.winbind.pac.*\(nt4_member:local\) # No KDC on a classic DC |