Link to home
Start Free TrialLog in
Avatar of Frank Helk
Frank HelkFlag for Germany

asked on

Linux / Samba: How to force samba to follow symbolic links

Hi experts,

I have a machine with SUSE Linux Enterprise Server 11.2 / x64.

On that machine I have a Samba share, and in a directory under that share are symbolic links to directories not within the share tree.

By default Samba is set not to follow those links for security reasons even if the corresponding user has sufficient rights to these files. It won't even do that if the destination is another share's content where the user has equal rights.

My question:
Which configuration options are needed to get completely rid of that restriction ?

Here are the corresponding parts of my smb.conf:

[global]
	security = user
	follow symlinks = Yes
        (...)

[theshare]
	comment = This is the share
	inherit acls = Yes
	path = /theshare
	read only = No
	valid users = theuser

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Frank Helk
Frank Helk
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial