Opened 17 years ago

Closed 11 years ago

#28 closed defect (invalid)

'write list' option - users in the write list do not get write access on a read only share

Reported by: guest Owned by: Silvan Scherrer
Priority: Feedback Pending Milestone: Samba Server for eCS (OS/2) 1.1.x
Component: Samba Server Version: 3.0.25b
Keywords: write list read only Cc: herwig.bauernfeind@…

Description

I try give anybody read-only access for "myshare", and write access to vipuser:

[myshare]

path = D:\path\dir read only = yes write list = vipuser

But vipuser cannot write... ("write list = @vipgroup" do not worked too)

Change History (11)

comment:1 Changed 17 years ago by guest

There are missing EOLs in example:

[myshare]

path = D:\path\dir
read only = yes
write list = vipuser

comment:2 Changed 17 years ago by guest

Resolution: invalid
Status: newclosed

That is the expected behaviour according to the Samba manual - a write list to a read only ressource does not make sense. RTFM please.

comment:3 Changed 17 years ago by guest

Cc: herwig.bauernfeind@… added
Keywords: write list read only added
Resolution: invalid
Status: closedreopened
Summary: 'write list' option'write list' option - users in the write list do not get write access on a read only share

While parts of the Samba docs are ambigous - the scenario is a valid one and the defect is reproducible.

Users that should have write access to a read only share can neither create new files nor edit present files.

comment:4 Changed 17 years ago by Paul Smedley

I think this is working as designed. To do what the user wants, consider a share like the following example: ; A publicly accessible directory, but read only, except for people in ; the staff group [public]

comment = Public Stuff path = u:/ public = yes writable = yes printable = no write list = @staff

This share is public (& read only) to all users, but only writable to the users/groups listed in write list

comment:5 Changed 16 years ago by Yuri Dario

Milestone: Samba Server for OS/2 1.0.1

comment:6 Changed 15 years ago by Silvan Scherrer

Milestone: Samba Server for eCS (OS/2) 1.0.1Samba Server for eCS (OS/2) 1.0.2

comment:7 Changed 15 years ago by Herwig Bauernfeind

Version: 3.0.25b

comment:8 Changed 14 years ago by Silvan Scherrer

Owner: changed from Paul Smedley to Silvan Scherrer
Status: reopenednew

what to do with this? is it working as designed or is it a bug?

comment:9 Changed 14 years ago by Silvan Scherrer

Priority: criticalmajor
Status: newassigned

comment:10 Changed 12 years ago by Silvan Scherrer

Priority: majorFeedback Pending

hmm still no decision if it's working as designed or if it's a bug.

comment:11 Changed 11 years ago by Silvan Scherrer

Resolution: invalid
Status: assignedclosed

this is working as designed.

Note: See TracTickets for help on using tickets.