diff options
author | Günther Deschner <gd@samba.org> | 2010-03-25 14:40:40 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-25 14:43:45 +0100 |
commit | 9a5d50b7246b4c2aed75dc9113b35b17f9612be9 (patch) | |
tree | 30ef39bdfab31d17037a44ab9fb47d0463e68a9f /source3/script | |
parent | a2e65a2addb38ebf57c04b83ae9a2312233d78b7 (diff) | |
download | samba-9a5d50b7246b4c2aed75dc9113b35b17f9612be9.tar.gz samba-9a5d50b7246b4c2aed75dc9113b35b17f9612be9.tar.bz2 samba-9a5d50b7246b4c2aed75dc9113b35b17f9612be9.zip |
s3-selftest: enable RAP-RPC test against s3.
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 dfbeadb0bb..44464a4bcc 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -54,7 +54,7 @@ local="LOCAL-NSS-WRAPPER LOCAL-NDR" winbind="WINBIND-STRUCT WINBIND-WBCLIENT" -rap="RAP-BASIC" +rap="RAP-BASIC RAP-RPC" # 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 |