summaryrefslogtreecommitdiffstats
path: root/testdata/samba3/smb.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:47:29 +0000
commit4f5791ebd03eaec1c7da0865a383175b05102712 (patch)
tree8ce7b00f7a76baa386372422adebbe64510812d4 /testdata/samba3/smb.conf
parentInitial commit. (diff)
downloadsamba-upstream.tar.xz
samba-upstream.zip
Adding upstream version 2:4.17.12+dfsg.upstream/2%4.17.12+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testdata/samba3/smb.conf')
-rw-r--r--testdata/samba3/smb.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/testdata/samba3/smb.conf b/testdata/samba3/smb.conf
new file mode 100644
index 0000000..cabba5f
--- /dev/null
+++ b/testdata/samba3/smb.conf
@@ -0,0 +1,24 @@
+[global]
+ workgroup = SAMBA
+ security = user
+ passdb backend = smbpasswd:../testdata/samba3/smbpasswd tdbsam:../testdata/samba3/passdb.tdb ldapsam:tdb://samba3.ldb
+ debug level = 5
+ netbios name = BEDWYR
+
+[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