February 3, 2014

how to make samba follow symbolic links

Make sure you have the following in your smb.conf file

1. in [global] section, add
    unix extensions = no

2. in your particular directory section add
    follow symlinks = yes
    wide links = yes

Restart smbd service and you should be good to go

No comments:

Post a Comment