diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-10-02 13:50:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:06 -0500 |
commit | 8c15a6ff2e7d9341972fe0431655acd4416121f3 (patch) | |
tree | 8bf5ac0d3e14280883dc3e4f77f26db23de34cd9 | |
parent | bc2a760498a2b3c918ac3823fe275fc273d98071 (diff) | |
download | samba-8c15a6ff2e7d9341972fe0431655acd4416121f3.tar.gz samba-8c15a6ff2e7d9341972fe0431655acd4416121f3.tar.bz2 samba-8c15a6ff2e7d9341972fe0431655acd4416121f3.zip |
r19046: It does not do much yet, but activate RPC-SAMBA3-SPOOLSS
(This used to be commit 3bf313240c8dcabc28a2fbf35a68daf8274cf659)
-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 fef517af7a..2a3ff373bc 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -34,7 +34,7 @@ raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE" raw="$raw RAW-SAMBA3HIDE RAW-SAMBA3BADPATH" rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC" -rpc="$rpc RPC-UNIXINFO" +rpc="$rpc RPC-UNIXINFO RPC-SAMBA3-SPOOLSS" if test x$RUN_FROM_BUILD_FARM = xyes; then rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME" |