diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-10 15:47:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:56 -0500 |
commit | 57f859a11a5cfeebabdc2904b7d21aed54147402 (patch) | |
tree | 19c43d74421e7ae8f5da8cdfda570fda252d42c8 /source4/script/tests/selftest.sh | |
parent | 838e4835de917ab5b848f30cc6a226ba89038ea5 (diff) | |
download | samba-57f859a11a5cfeebabdc2904b7d21aed54147402.tar.gz samba-57f859a11a5cfeebabdc2904b7d21aed54147402.tar.bz2 samba-57f859a11a5cfeebabdc2904b7d21aed54147402.zip |
r7466: add RPC-SPOOLSS to the supported tests
metze
(This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)
Diffstat (limited to 'source4/script/tests/selftest.sh')
-rwxr-xr-x | source4/script/tests/selftest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index dd6bd31fa5..c974decd6c 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -42,6 +42,7 @@ mkdir -p $PRIVATEDIR $LIBDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR cat >$CONFFILE<<EOF [global] + netbios name = LOCALHOST workgroup = $DOMAIN realm = $REALM private dir = $PRIVATEDIR |