Displaying 2 results from an estimated 2 matches for "pvcsadmin".
Did you mean:
pcadmin
1998 May 15
2
differing access permissions
...rom multiple users to a single share name, in such a way
that those multiple users can have differing permissions on access.
Is this impossible? Here is a sample of what I tried to do:
[pvcs]
path = /pvcs
public = yes
writable = yes
browseable = yes
printable = no
valid users = pvcsadmin
force user = pvcs
force group = pvcs
[pvcs]
path = /pvcs
public = yes
writable = no
browseable = yes
printable = no
valid users = pvcsuser
force user = pvcs
force group = pvcs
The users "pvcsadmin" and "pvcsuser" are actually mapped from NT
userna...
1998 May 18
0
"Samba: differing access permissions"
...read through many many Samba digests on the web looking for info on
my problem, and found the question asked, but no solution.
Here is the specific smb.conf entry that fixed my problem:
[pvcs]
path = /pvcs
public = yes
writable = no
browseable = yes
printable = no
valid users = pvcsadmin pvcsuser
force user = pvcs
force group = pvcs
write list = pvcsadmin
This fixed my problem precisely. There is a man page entry about "write
list" in the smb.conf man page, but my problem in finding it stemmed
from wanting (or thinking) to fix this problem by another means. I...