diff options
author | Günther Deschner <gd@samba.org> | 2009-04-17 15:13:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-17 15:14:44 +0200 |
commit | 4f9d3400e5aa310e8071c0bb5d62ddaed1d846ee (patch) | |
tree | 548cd2b61dbd1c4f09f712e06f390b965d3b52df /source3/script | |
parent | 8c023fea86d48ff2fd7990003ce2511b4263b762 (diff) | |
download | samba-4f9d3400e5aa310e8071c0bb5d62ddaed1d846ee.tar.gz samba-4f9d3400e5aa310e8071c0bb5d62ddaed1d846ee.tar.bz2 samba-4f9d3400e5aa310e8071c0bb5d62ddaed1d846ee.zip |
s3-selftest: samba 3 also passes RPC-JOIN so enable it.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 093afb62b2..8b092a70f3 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -41,7 +41,7 @@ rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC" rpc="$rpc RPC-SAMBA3-SPOOLSS RPC-SAMBA3-WKSSVC" rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME" rpc="$rpc RPC-SVCCTL RPC-SPOOLSS-WIN RPC-NTSVCS RPC-LSA-LOOKUPSIDS " -rpc="$rpc RPC-SAMR-PASSWORDS-PWDLASTSET" +rpc="$rpc RPC-SAMR-PASSWORDS-PWDLASTSET RPC-JOIN" # 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 |