summaryrefslogtreecommitdiffstats
path: root/testsuite/build_farm/basicsmb.smb.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/build_farm/basicsmb.smb.conf.template')
-rw-r--r--testsuite/build_farm/basicsmb.smb.conf.template24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/build_farm/basicsmb.smb.conf.template b/testsuite/build_farm/basicsmb.smb.conf.template
new file mode 100644
index 00000000000..3f33973eb9d
--- /dev/null
+++ b/testsuite/build_farm/basicsmb.smb.conf.template
@@ -0,0 +1,24 @@
+[global]
+ workgroup = TESTWG
+ log level = 3
+ encrypt passwords = yes
+ server string = Samba %v Build Farm Tests
+
+[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