added 'force user = root' to smb.conf to prevent permissions problems in vms caused by unknown uids
svn path=/nixpkgs/trunk/; revision=23220
This commit is contained in:
parent
9e2074f199
commit
b2c12ca3e9
@ -241,6 +241,7 @@ rec {
|
|||||||
path = /
|
path = /
|
||||||
read only = no
|
read only = no
|
||||||
guest ok = yes
|
guest ok = yes
|
||||||
|
force user = root
|
||||||
SMB
|
SMB
|
||||||
|
|
||||||
rm -f ./samba
|
rm -f ./samba
|
||||||
|
Loading…
x
Reference in New Issue
Block a user