diff options
author | Günther Deschner <gd@samba.org> | 2009-05-28 16:14:18 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-29 13:50:15 +0200 |
commit | 7b8d30d1bb6403183dceaaff987a8a96700bb942 (patch) | |
tree | c002aca48847f126104825fd325eaa0471793b62 /source3/script | |
parent | 36fc0b961f32d6fd978f293731a5e2cb01a6154f (diff) | |
download | samba-7b8d30d1bb6403183dceaaff987a8a96700bb942.tar.gz samba-7b8d30d1bb6403183dceaaff987a8a96700bb942.tar.bz2 samba-7b8d30d1bb6403183dceaaff987a8a96700bb942.zip |
s3-selftest: enable LOCAL-NSS-WRAPPER test against samba 3.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 0bcf3695ed..83593dde4d 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -45,12 +45,14 @@ rpc="$rpc RPC-LSA-GETUSER RPC-LSA-LOOKUPSIDS RPC-LSA-LOOKUPNAMES" rpc="$rpc RPC-SAMR-USERS RPC-SAMR-USERS-PRIVILEGES RPC-SAMR-PASSWORDS RPC-SAMR-PASSWORDS-PWDLASTSET RPC-SAMR-LARGE-DC RPC-JOIN" rpc="$rpc RPC-SCHANNEL RPC-SCHANNEL2 RPC-BENCH-SCHANNEL1" +local="LOCAL-NSS-WRAPPER" + # NOTE: to enable the UNIX-WHOAMI test, we need to change the default share # config to allow guest access. I'm not sure whether this would break other # tests, so leaving it alone for now -- jpeach unix="UNIX-INFO2" -tests="$base $raw $rpc $unix" +tests="$base $raw $rpc $unix $local" if test "x$POSIX_SUBTESTS" != "x" ; then tests="$POSIX_SUBTESTS" |