Bug 6205 - Configuration sample error
Summary: Configuration sample error
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: Config Files (show other bugs)
Version: unspecified
Hardware: All All
: P3 minor
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-22 22:19 UTC by Jeffrey Riaboy
Modified: 2009-04-06 05:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Riaboy 2009-03-22 22:19:54 UTC
Lines 201-209 of "smb.conf-example"/"smb.conf.default" read
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   writable = yes
;   printable = no
;   write list = @staff

I believe the "writable" flag should be set to "no".
Comment 1 Guenther Deschner 2009-04-06 05:53:33 UTC
Absolutely correct.

Thanks, fixed in all branches.