Posted on 09-09-2019 12:35 PM
I'm working on deploying NoMAD. When the app is opened, can't do anything until you've signed in. If we're bound to AD - shouldn't it pick up on the credentials, or is there another option I need to set?
Posted on 09-09-2019 12:48 PM
No, NoMAD doesn't pick up credentials automatically whether the machine is bound to AD or not. If you're talking about the fact that you have to "sign in" with a password, that is how it works. You typically only need to do that once, and again each time your password changes. But it can't automatically grab the account password to automate that part of it. That's still on the user to do, and then it should be relatively seamless in the background each time they log in. Again, until something like their account password changes.
Posted on 09-09-2019 01:42 PM
Fantastic. Thanks for the response.
Posted on 09-09-2019 02:54 PM
I can't seem to get the home folder to mount. All of my other mounts are working fine as of now. Is there any trick to getting this working?
<dict>
<key>HomeMount</key>
<dict>
<key>Groups</key>
<array>
<string>All Staff</string>
</array>
<key>Mount</key>
<true/>
<key>Options</key>
<array/>
</dict>
Posted on 09-09-2019 05:05 PM
Turns out we don't use that feature. Home directories are handled differently.