diff options
Diffstat (limited to 'testdata/samba3/smb.conf')
-rw-r--r-- | testdata/samba3/smb.conf | 23 |
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..b00397d2ee --- /dev/null +++ b/testdata/samba3/smb.conf @@ -0,0 +1,23 @@ +[global] + workgroup = SAMBA + security = user + passdb backend = smbpasswd:../testdata/samba3/smbpasswd tdbsam:../testdata/samba3/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 |