hamstercnw
Cadet
- Joined
- May 7, 2020
- Messages
- 5
Our system:
Issue on upgraded version:
FreeNAS-11.3-U2.1 on a Dell R320 Intel(R) Xeon(R) CPU E5620 @ 2.40GHz 36GB Ram
No issue on previous version:
FreeNAS-11.2-U8 on a Dell T310 Intel(R) Xeon(R) CPU X3430 @ 2.40GHz 16 GB Ram
Issue:
We use a configuration where home directories are located in a folder named samba inside users directory. This is done by overriding the "path = " share configuration with the following line in "Auxiliary parameters" :
path = /mnt/Store00/users/%u/samba/
%u differ from %U as %u provide the userid from FreeBSD environment and %U provide a rewrite of the email address as name_domainname.tld.
name_domainname.tld derives from the email field in the user information and @ is changed to _.
This configuration is not reflected when configuration is written to /usr/local/etc/smb4.conf.
Workaraound:
As a workaround, I had to create a symbolic link in the users folder named name_domainname.tld to username/samba for each user.
Is this a known issue or a bug?
Kindly, Thord
Issue on upgraded version:
FreeNAS-11.3-U2.1 on a Dell R320 Intel(R) Xeon(R) CPU E5620 @ 2.40GHz 36GB Ram
No issue on previous version:
FreeNAS-11.2-U8 on a Dell T310 Intel(R) Xeon(R) CPU X3430 @ 2.40GHz 16 GB Ram
Issue:
We use a configuration where home directories are located in a folder named samba inside users directory. This is done by overriding the "path = " share configuration with the following line in "Auxiliary parameters" :
path = /mnt/Store00/users/%u/samba/
%u differ from %U as %u provide the userid from FreeBSD environment and %U provide a rewrite of the email address as name_domainname.tld.
name_domainname.tld derives from the email field in the user information and @ is changed to _.
This configuration is not reflected when configuration is written to /usr/local/etc/smb4.conf.
Workaraound:
As a workaround, I had to create a symbolic link in the users folder named name_domainname.tld to username/samba for each user.
Code:
cd /mnt/Store00/users/ sn -s username/samba name_domainname.tld
Is this a known issue or a bug?
Kindly, Thord