NoMAD Login?

ChrisTech
Contributor

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?

4 REPLIES 4

mm2270
Legendary Contributor III

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.

ChrisTech
Contributor

Fantastic. Thanks for the response.

ChrisTech
Contributor

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>

ChrisTech
Contributor

Turns out we don't use that feature. Home directories are handled differently.