summaryrefslogtreecommitdiff
path: root/testsuite/build_farm/template/basicsmb.smb.conf
diff options
context:
space:
mode:
authorPaul Green <paulg@samba.org>2003-04-23 11:11:55 +0000
committerPaul Green <paulg@samba.org>2003-04-23 11:11:55 +0000
commitc95a50cce5b3dbe6eaca819f9477d6f7275762d6 (patch)
tree72d771429956bafdd819901cfafa6ea8a4cef12a /testsuite/build_farm/template/basicsmb.smb.conf
parent1fe7ec8b4bf8141ab5778215e43a3ca19e04d7b9 (diff)
downloadsamba-c95a50cce5b3dbe6eaca819f9477d6f7275762d6.tar.gz
samba-c95a50cce5b3dbe6eaca819f9477d6f7275762d6.tar.bz2
samba-c95a50cce5b3dbe6eaca819f9477d6f7275762d6.zip
Move build farm template files to their own subdirectory so that their
names can be shortened to 30 characters. Helps Stratus VOS, which has a 32-character file name limit. (This used to be commit 58a4be041ee92434672959b9df888cf1366bb02e)
Diffstat (limited to 'testsuite/build_farm/template/basicsmb.smb.conf')
-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 0000000000..9b8483db16
--- /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_nua
+
+ non unix account range = 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