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

From LinuxMCE
Jump to: navigation, search
 
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table># add  
+
># add  
 
   follow symlinks = yes
 
   follow symlinks = yes
 
   wide links = yes
 
   wide links = yes

Revision as of 10:47, 19 March 2007

># 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 !!!! ==