svn commit: samba r7871 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Fri Jun 24 04:33:37 GMT 2005


Author: tridge
Date: 2005-06-24 04:33:37 +0000 (Fri, 24 Jun 2005)
New Revision: 7871

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7871

Log:
setup spoolss, wins and hklm dbs correctly in selftest
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-24 04:25:40 UTC (rev 7870)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-24 04:33:37 UTC (rev 7871)
@@ -57,6 +57,9 @@
 	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*
 



More information about the samba-cvs mailing list