summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorcvs2svn Import User <samba-bugs@samba.org>2003-04-28 13:53:26 +0000
committercvs2svn Import User <samba-bugs@samba.org>2003-04-28 13:53:26 +0000
commit8fa5862a443f3126e410e0e2f2f12770a113792f (patch)
tree5835662357cc9b63e77b6dc02ec8a13b917826f2 /testsuite
parent69df898afb45e2e577a10649f66f5352887044a2 (diff)
parent3c7155424aaa880c2e9e570f8c29fd5679e827b1 (diff)
downloadsamba-8fa5862a443f3126e410e0e2f2f12770a113792f.tar.gz
samba-8fa5862a443f3126e410e0e2f2f12770a113792f.tar.xz
samba-8fa5862a443f3126e410e0e2f2f12770a113792f.zip
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/template/basicsmb.smb.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/testsuite/build_farm/template/basicsmb.smb.conf b/testsuite/build_farm/template/basicsmb.smb.conf
new file mode 100644
index 00000000000..234419b6885
--- /dev/null
+++ b/testsuite/build_farm/template/basicsmb.smb.conf
@@ -0,0 +1,49 @@
+[global]
+ netbios name = BUILDFARM
+ workgroup = TESTWG
+ log level = LOGLEVEL
+ debug timestamp = no
+ encrypt passwords = yes
+ server string = Samba %v Build Farm Tests
+ name resolve order = lmhosts
+ guest account = WHOAMI
+ domain logons = yes
+
+ strict locking = yes
+
+ include = PREFIX/lib/smb.conf.%L
+
+ add machine script = useradd %u -d /dev/null -s /bin/false
+
+ panic action = /bin/sh BUILD_FARM/samba/testsuite/build_farm/backtrace %d
+
+ passdb backend = smbpasswd
+
+ idmap uid = 10000-200000
+ map hidden = yes
+ create mask = 0777
+
+[test]
+ path = PREFIX/testdir
+ read only = no
+
+[samba]
+ path = BUILD_FARM/samba
+ read only = yes
+ comment = Samba HEAD Sources
+
+[samba_2_2]
+ path = BUILD_FARM/samba_2_2
+ read only = yes
+ comment = Samba 2.2. Sources
+
+[rsync]
+ path = BUILD_FARM/rsync
+ read only = yes
+ comment = Rsync Sources
+
+[guest_share]
+ path = PREFIX
+ guest ok = yes
+ read only = yes
+ comment = Unauthenticated share for use in share level test