diff options
Diffstat (limited to 'testdata/samba3/smb.conf')
-rw-r--r-- | testdata/samba3/smb.conf | 24 |
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 |