voegel_mann
Cadet
- Joined
- Jan 25, 2018
- Messages
- 2
FreeNAS noob here, and not very experienced with anything outside of Windows so forgive my general lack of knowledge. As the title states, I'm stuck trying to join my FreeNAS 11.1 system to Active Directory. I've followed the official documentation, as well as many guides and forum threads on the internet. I am trying to setup FreeNAS for domain users to access data. Ideally, some users will be able to access more than others, depending on permissions.
Issue 1: When I disable guest access, all users on Windows clients lose access to the share. No prompt for credentials, just a popup saying "You might not have permission to access this network resource". How can I get the prompt?
Issue 2: How can I sync the domain users with FreeNAS? I really don't want to have to create a ton of user accounts for all of our domain users separately in FreeNAS.
Issue 3: Using Shell, I can view Domain groups and users with wbinfo -g and -u, respectively. However, when I run wbinfo -t, I get the following:
Thanks in advance for any insight you can provide.
Nate
Issue 1: When I disable guest access, all users on Windows clients lose access to the share. No prompt for credentials, just a popup saying "You might not have permission to access this network resource". How can I get the prompt?
Issue 2: How can I sync the domain users with FreeNAS? I really don't want to have to create a ton of user accounts for all of our domain users separately in FreeNAS.
Issue 3: Using Shell, I can view Domain groups and users with wbinfo -g and -u, respectively. However, when I run wbinfo -t, I get the following:
Code:
checking the trust secret for domain example.domain via RPC calls failed wbcCheckTrustCredentials(example.domain): error code was NT_STATUS_NO_TRUST_SAM_ACCOUNT (0xc000018b) failed to call wbcCheckTrustCredentials: WBC_ERR_AUTH_ERROR Could not check secret
Thanks in advance for any insight you can provide.
Nate