#=================== Share Definitions =================== [dfs] comment = "SVC SaMBa DFS root" path = /dfsroot # does not work !!! # hide unreadable = Yes msdfs root = Yes #=================== Share Definitions =================== uncomment 'hide unreadable = Yes' hides all symlinks like ` find /dfsroot -lname "msdfs:*" ` A fix which excludes stale symlinks (matching msdfs) from hide would be great
Created attachment 2243 [details] Proposed patch: Ignore "hide xxxx" options for msdfs symlinks This patch fixs smbd to ignore "hide {unreadable,unwriteable files,special files}" options for MSDFS symlinks. Please test and commit it.
Applied (a slight varient of this) - thanks ! Jeremy.