Skip to main content
Question

NoMAD Login?

  • September 9, 2019
  • 4 replies
  • 2 views

Forum|alt.badge.img+8

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

mm2270
Forum|alt.badge.img+24
  • Legendary Contributor
  • 7886 replies
  • September 9, 2019

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.


Forum|alt.badge.img+8
  • Author
  • Contributor
  • 85 replies
  • September 9, 2019

Fantastic. Thanks for the response.


Forum|alt.badge.img+8
  • Author
  • Contributor
  • 85 replies
  • September 9, 2019

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>

Forum|alt.badge.img+8
  • Author
  • Contributor
  • 85 replies
  • September 10, 2019

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