Difference between revisions of "How to setup Samba to follow symbolic links?"

From LinuxMCE
Jump to: navigation, search
m
 
Line 1: Line 1:
 +
[[Category:storage]]
 +
[[Category:configuration]]
 +
 +
 
Add  
 
Add  
 
   follow symlinks = yes
 
   follow symlinks = yes
Line 5: Line 9:
  
 
==But beware, this could be security risk !!!!==
 
==But beware, this could be security risk !!!!==
[[Category:Tutorials]]
 

Latest revision as of 03:07, 20 October 2012


Add

  follow symlinks = yes
  wide links = yes

under [global] section in /etc/samba/smb.conf - it's even better if you change this in /usr/pluto/templates/smb.conf.tmpl

But beware, this could be security risk !!!!