diff options
Diffstat (limited to 'testdata/samba3')
-rw-r--r-- | testdata/samba3/smb.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testdata/samba3/smb.conf b/testdata/samba3/smb.conf index a903dc2c3e5..b00397d2ee1 100644 --- a/testdata/samba3/smb.conf +++ b/testdata/samba3/smb.conf @@ -5,19 +5,19 @@ debug level = 5 [cd1] -path = /mnt/cd1 -public = yes + path = /mnt/cd1 + public = yes [cd2] -path = /mnt/cd2 -public = yes + path = /mnt/cd2 + public = yes [media] -path = /media -public = yes + path = /media + public = yes [tmp] -path = /tmp -guest only = yes -public = yes -read only = no + path = /tmp + guest only = yes + public = yes + read only = no |