diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-02 02:07:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:27 -0500 |
commit | 93910d92cd431add876e98a12712253bee8c52e7 (patch) | |
tree | 2937ae10f2a16f4e06bdd55017a892bddcc5cfff /testdata | |
parent | 84c94b37fed837c7a45f59746de80d20063d93e8 (diff) | |
download | samba-93910d92cd431add876e98a12712253bee8c52e7.tar.gz |
r24882: Use the torture API in BASE-CHARSET.
Diffstat (limited to 'testdata')
-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 |