diff options
author | Günther Deschner <gd@samba.org> | 2010-04-28 23:19:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-28 23:23:38 +0200 |
commit | 8878be3c456c8562558024c1fef3a73e9eb71d82 (patch) | |
tree | 0b6a4fbdff7662c8a44741950cc0d4baafb172cd | |
parent | d53544800fffd07b01ae77dac0d391c8e0c3dd79 (diff) | |
download | samba-8878be3c456c8562558024c1fef3a73e9eb71d82.tar.gz samba-8878be3c456c8562558024c1fef3a73e9eb71d82.tar.bz2 samba-8878be3c456c8562558024c1fef3a73e9eb71d82.zip |
s3-selftest: enable RAP-PRINTING against s3.
Guenther
-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 0bd982a4b5..47fb2c68c6 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -55,7 +55,7 @@ local="LOCAL-NSS-WRAPPER LOCAL-NDR" winbind="WINBIND-STRUCT WINBIND-WBCLIENT" -rap="RAP-BASIC RAP-RPC" +rap="RAP-BASIC RAP-RPC RAP-PRINTING" # 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 |