From 7b4f2fad544137db3399e0daa04dd154ba10357d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 3 Jan 2012 15:57:40 +1100 Subject: s3-selftest: Add test for rpcclient, including kerberos authentication Some knownfail entries are added for things the currently fail. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- selftest/knownfail | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'selftest/knownfail') diff --git a/selftest/knownfail b/selftest/knownfail index 9e52fa8943..220df1c232 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -12,6 +12,15 @@ ^samba3.*rap.sam.*.useradd # Not provided by Samba 3 ^samba3.*rap.sam.*.userdelete # Not provided by Samba 3 ^samba3.posix_s3.libsmbclient .opendir # This requires a workgroup called 'WORKGROUP' and for netbios browse lists to have been registered +#These rpcclient combinations (pipe-level authentication but without sign or seal) need fixing in s3 +^samba3.blackbox.rpcclient over ncacn_np with \[spnego\] +^samba3.blackbox.rpcclient over ncacn_np with \[spnego,bigendian\] +^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect\] +^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,bigendian\] +^samba3.blackbox.rpcclient over ncacn_np with \[spnego,smb2\] +^samba3.blackbox.rpcclient over ncacn_np with \[spnego,smb2,bigendian\] +^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2\] +^samba3.blackbox.rpcclient over ncacn_np with \[spnego,connect,smb2,bigendian\] # 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 -- cgit