SMB Single Working Account/symlink issue

Chareon

Cadet
Joined
Sep 17, 2019
Messages
2
Version: FreeNAS-11.2-U5
So I'm trying to grant access to other users on an SMB share. Specifically it works with a single user account but all other user accounts are unable to access* it. I have correctly set the ACL on the share, and breaking the ACL does indeed affect the account that normally works.

Here is what I believe to be a relevant error from the log with debugging on.
Code:
  check_reduced_name: Bad access attempt: . is a symlink outside the share path
  conn_rootdir =/mnt/Storage01/share
  resolved_name=/var/tmp

*Based on this I found some recommendations to enable wide links in the smb config. However after doing this while the users having troubles accessing the shares were able to access the share it was indeed routing them to /var/tmp. I've since undone this config change as this obviously isn't useful.

Here is the full log from a connection attempt https://pastebin.com/raw/W5fubWck
 

Chareon

Cadet
Joined
Sep 17, 2019
Messages
2
The update definitely resolved the symlink issue so thanks for pointing that out.

It seems like I'm now running into an ldap issue of some sort, but I'll post a new thread for that so to keep the issues separate.
 
Top