diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-24 04:33:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:45 -0500 |
commit | 9078eff919bbd9e4f2ec6bbe22558b7eb2a54873 (patch) | |
tree | dc086019048cb98c8a40edd1a60bd565ecdf9b50 | |
parent | 7fc49243f35a5c9bdd8bfefba6e2833b5a812448 (diff) | |
download | samba-9078eff919bbd9e4f2ec6bbe22558b7eb2a54873.tar.gz samba-9078eff919bbd9e4f2ec6bbe22558b7eb2a54873.tar.xz samba-9078eff919bbd9e4f2ec6bbe22558b7eb2a54873.zip |
r7871: setup spoolss, wins and hklm dbs correctly in selftest
(This used to be commit 59a0fe2c0451d1aa947fd74a5fe8c631dc951bf6)
-rwxr-xr-x | source4/script/tests/selftest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 556eb704a7d..349efa285ab 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -57,6 +57,9 @@ cat >$CONFFILE<<EOF ncalrpc dir = $NCALRPCDIR lock dir = $LOCKDIR sam database = tdb://$PRIVATEDIR/sam.ldb + spoolss database = tdb://$PRIVATEDIR/spoolss.ldb + wins database = tdb://$PRIVATEDIR/wins.ldb + registry:HKEY_LOCAL_MACHINE = tdb://$PRIVATEDIR/hklm.ldb name resolve order = bcast interfaces = lo* |