Displaying 2 results from an estimated 2 matches for "pvcsuser".
Did you mean:
pcuser
1998 May 15
2
differing access permissions
...f 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
usernames using the mapping functions of samba. I guess my question
might be boiled down to the following:
Is it possible to have multiple entries in an smb.conf file w...
1998 May 18
0
"Samba: differing access permissions"
...ugh 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 was
simpl...