1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3-selftest: enable RAP calls testsuite against samba3.

Guenther
This commit is contained in:
Günther Deschner 2010-03-19 09:19:39 +01:00
parent 3144a988e5
commit 4d6368f5f5

View File

@ -54,12 +54,14 @@ local="LOCAL-NSS-WRAPPER LOCAL-NDR"
winbind="WINBIND-STRUCT WINBIND-WBCLIENT"
rap="RAP-BASIC"
# 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 $local $winbind"
tests="$base $raw $rpc $unix $local $winbind $rap"
if test "x$POSIX_SUBTESTS" != "x" ; then
tests="$POSIX_SUBTESTS"