Hello,
I have a NanoBSD server (compiled with 12.2 sources) with samba410.
I cannot connect as non root user on the shares. It throws the following error
User as been added to samba database using smbpasswd.
Config is as follow:
However, when making a jail on the same machine, and installing samba in said jail, it actually IS working.
It is also working when adding root user to samba database on the nanobsd machine; while it "solve" the problem, i would rather avoid doing that.
There should be no difference between the 2 setups (except the obvious IP address).
Any idea on how to debug/solve this problem ?
Thanks
I have a NanoBSD server (compiled with 12.2 sources) with samba410.
I cannot connect as non root user on the shares. It throws the following error
Code:
[2020/11/04 15:43:37.679714, 0] ../../source3/smbd/uid.c:448(change_to_user_internal)
change_to_user_internal: chdir_current_service() failed!
User as been added to samba database using smbpasswd.
Config is as follow:
Code:
[global]
workgroup = WORKGROUP
netbios name = NAS
map to guest = Bad User
[tank]
path = /tank
read only = yes
guest ok = yes
However, when making a jail on the same machine, and installing samba in said jail, it actually IS working.
It is also working when adding root user to samba database on the nanobsd machine; while it "solve" the problem, i would rather avoid doing that.
There should be no difference between the 2 setups (except the obvious IP address).
Any idea on how to debug/solve this problem ?
Thanks