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:
@ -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"
|
||||
|
Reference in New Issue
Block a user