TrueNas local user SMB sharing not working after Active Directory configuration

Hashik36

Cadet
Joined
May 15, 2022
Messages
1
Hai,
I have configured Active Directory on my TrueNas core version 13, after which local account user cannot access the shared folder (SMB).

Please note the systems which are inside the configured active directory domain can access the files, outside the domain controller cannot access the files with truenas local user credentials.

Thank you
 

Z4uS

Cadet
Joined
Jan 11, 2023
Messages
2
So let's clarify:
When I have multiple SMB shares based on local accounts and It worked perfectly, and I want to add AD auth, I need change in all net use scripts from:
Code:
NET USE x: \\truenas\share 1234 /USER:bob

to:
Code:
NET USE x: \\truenas\share 1234 /USER:truenas\bob


??

If so, it doesn't work.
I can not access to share use fullhostname or .\ or ip of truenas.

When Directory Services->Active Directory is configured and enabled, AD auth works perfectly.
 
Top