MS Account Authentication

ohsnapword

Cadet
Joined
Jan 26, 2019
Messages
5
Has anyone ever gotten this to work? I follow the documentation, yet I am still prompted to log in when I connect via SMB using a Windows 10 PC.
 

l@e

Contributor
Joined
Nov 4, 2013
Messages
143
What version of FN?
Are you using windows AD?
It works fine, i use to connect with fqdn to FN instead of ip or netbios name.
 

ohsnapword

Cadet
Joined
Jan 26, 2019
Messages
5
I'm on a workgroup. Running FN 11.2. I log into Windows 10 with a MS account and connect using a NETBIOS name. I tested using the FQDN of the NAS and got prompted for credentials.

My email address and password on the user account for FreeNAS match the MS account credentials.
 

l@e

Contributor
Joined
Nov 4, 2013
Messages
143
1-Check on the dataset if you set Windows ACL and who is the owner user and group.
2-check on the smb share, there is a checkbox to set acls recursivly for windows acl. (Only once)
3-either you make your user member of the owner group on dataset or you can log in the first time with root account (by default is the owner when a dataset is created) and use windows to set permision for your user as you do normaly with windows folders and files.
4-from cmd in windows you can use : net use command to check if any credentials are stored for accesing your server.

If you are not in AD eviroment doesnt mater fqdn or netbios or ip. Just use the same way allways because for windows \\servername and \\serverip are different locations and will promt for credentials
 

ohsnapword

Cadet
Joined
Jan 26, 2019
Messages
5
I created a custom group and made it the owner of the dataset. My user is a member of the group. I have set permissions recursively, but I think I did it on Unix. I'll have to double check.
 
Top