summaryrefslogtreecommitdiff
path: root/testdata/samba3/smb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/samba3/smb.conf')
-rw-r--r--testdata/samba3/smb.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/testdata/samba3/smb.conf b/testdata/samba3/smb.conf
new file mode 100644
index 0000000000..b0b74d008d
--- /dev/null
+++ b/testdata/samba3/smb.conf
@@ -0,0 +1,23 @@
+[global]
+ workgroup = SAMBA
+ security = user
+ passdb backend = smbpasswd:smbpasswd tdbsam:passdb.tdb ldapsam:tdb://samba3.ldb
+ debug level = 5
+
+[cd1]
+path = /mnt/cd1
+public = yes
+
+[cd2]
+path = /mnt/cd2
+public = yes
+
+[media]
+path = /media
+public = yes
+
+[tmp]
+path = /tmp
+guest only = yes
+public = yes
+read only = no