Ticket #28 (reopened defect)

Opened 13 months ago

Last modified 3 weeks ago

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

Reported by: guest Owned by: psmedley
Priority: critical Milestone: Samba Server for OS/2 1.0.1
Component: Server Version:
Keywords: write list read only Cc: herwig.bauernfeind@…
Blocking: Blocked By:

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

Changed 13 months ago by guest

There are missing EOLs in example:

[myshare]

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

Changed 13 months ago by guest

  • status changed from new to closed
  • resolution set to invalid

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

Changed 12 months ago by guest

  • cc herwig.bauernfeind@… added
  • keywords write list read only added
  • status changed from closed to reopened
  • resolution deleted
  • summary changed from 'write list' option to '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.

Changed 12 months ago by psmedley

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

Changed 3 weeks ago by ydario

  • milestone set to Samba Server for OS/2 1.0.1
Note: See TracTickets for help on using tickets.