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

From LinuxMCE
Jump to: navigation, search
Line 1: Line 1:
># add  
+
# add  
 
   follow symlinks = yes
 
   follow symlinks = yes
 
   wide links = 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
 
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 !!!!==
But beware, this could be security risk !!!! ==
+
[[Category:Tutorials]]

Revision as of 02:43, 6 September 2007

  1. 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 !!!!