1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3.

Guenther
This commit is contained in:
Günther Deschner
2009-05-29 16:59:35 +02:00
parent 0542fa9e7d
commit 8da15dc29a

View File

@ -47,12 +47,15 @@ rpc="$rpc RPC-SCHANNEL RPC-SCHANNEL2 RPC-BENCH-SCHANNEL1"
local="LOCAL-NSS-WRAPPER"
netapi="NETAPI-INITIALIZE NETAPI-USER"
# 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"
tests="$base $raw $rpc $unix $local $netapi"
if test "x$POSIX_SUBTESTS" != "x" ; then
tests="$POSIX_SUBTESTS"