Posted on 03-21-2017 02:29 AM
i am currently looking at unbinding all our macs and move to using NoMad , i just wanted to know how people have tested this ,in addition to knowing how people have deployed this , or if people have found any issues since converting
Posted on 03-21-2017 03:50 AM
There are some useful thoughts around Enterprise Connect and NoMAD here
Posted on 03-21-2017 11:28 AM
funny you say this... my teammate found this a couple of weeks ago. I've now unbound my Mac, and not logging in to ad anymore.. This utility is working great, and I have not seen any issues whatsoever... its working great for us.
Posted on 03-23-2017 02:19 AM
I'm running NoMad as test on a Mac and also so far so good.
Had an EC demo earlier in the week from Apple as I'm pushing for unbinding as well.
Posted on 03-27-2017 08:45 AM
the only issue i think i will have a problem with is , our WIFI check to see if the machine is in AD , i think i may run it along side a AD bind
Posted on 04-11-2018 07:12 AM
Question, When you unbind you macs, do you keep the mobile account username(AD) or have them use a different, local account? If different, what role would NoMAD then play or provide?
Thanks
Posted on 04-11-2018 07:15 AM
we have a script that we run to change the Accoutn type from mobile managed, back to just local , and we make them a local admin as well.
the account name stays the same.
nomad that provides us with
1) Single Signon ( With active directory )
2) sync passwords with active directory / local account
3) icon in the menu bar to inform user when their password expires
Future improvements for us
adding in drive mappings
adding in printer mappings
Posted on 04-11-2018 07:55 AM
Even if you keep your Macs joined to AD and have users log in with AD cached mobile accounts, using something like NoMAD is an improvement to the overall experience. I've been experimenting with it here for a while. We are an AD shop, and I think getting us off of AD binds on our Macs will be the equivalent of moving mountains. Not gonna happen anytime soon. But I'm testing NoMAD out to make life easier for our Mac clients, because frankly, the AD experience for Mac users kinda sucks. Password sync issues, keychain sync issues, kerberos tickets not getting auto refreshed, no on screen notice on when your password will expire, etc. NoMAD improves on all these things and more.
Plus, if you examine their page on all the available settings that can be configured for it. it's amazingly flexible. I have mine branded with our company logo in the menu bar, have the password change menu go to our password change portal and everything, so it looks totally like something meant to be there and designed for us.
The only desire I have is that there are one or two dialogs I've seen that still use the NoMAD Caribou image that I'd like to change to something else, to fully customize it, but other than that, I love it!
Posted on 04-11-2018 08:29 AM
Hi I'm trying to imagine my two potential workflows:
1 Machines already bound - unbind, and convert accounts to local, use Nomad for password resets to AD, syncing to keychain
2 New machines - create the local user account to match the AD username and use Nomad
Any issues with this??
Thanks for you responses!
@mm2270 Is the documentation to have the password change redirect to your portal on the Nomad site?
Cheers
Posted on 04-11-2018 08:35 AM
@piagetblix that is exactly what we do.
for our dep enrollment, we have the user enter their active directory credentials, which in turn then creates the local account as their active directory userid.....
Posted on 04-11-2018 10:01 AM
@piagetblix Yes it is. Refer to this page for the large amount of configurable settings:
https://nomad.menu/help-center/preferences-and-what-they-do/
You need to configure both the ChangePasswordOptions
and ChangePasswordType
prefs for it to work.
Posted on 04-11-2018 10:41 AM
@jimderlatka
Another question, You mention that Nomad gives you "Single Signon ( With active directory )"
Are you using NoMAD Pro for this? Or do you mean effectively it gives you Single Signon?
Posted on 04-11-2018 10:43 AM
were not using the pro paid version.. the utility I believe is no different, pro just gives you support.
nomad gives us single signon for authentication, and ensures your kerberos ticket is there and gets renewed...
Posted on 04-11-2018 10:45 AM
I asked because, from what I've gleamed in the nomad slack channel there is a different Nomad-Login app that may provide a login window functionality of SSO.
Though this could be totally wrong, because I'm half asleep when I read through slack....
Posted on 04-11-2018 10:51 AM
Yep, not crazy: https://gitlab.com/orchardandgrove-oss/NoMADLogin-AD
Posted on 04-11-2018 10:56 AM
neat. I;ll have to look at that... havent seen it before
Posted on 04-12-2018 09:19 AM
I did
defaults write com.trusourcelabs.NoMAD.plist ChangePasswordOptions -string "https://mydomain.passwordResetPage"
defaults write com.trusourcelabs.NoMAD.plist ChangePasswordType -string URL
The key changes show when I do a defaults read but the URL doesn't launch when I choose "Change Password" in NoMADs menu.
Any ideas what I'm doing wrong?
Thanks
Posted on 04-12-2018 09:31 AM
@piagetblix So first thing is, did you quit and relaunch NoMAD after making the changes? I'm not sure if it auto recognizes any changes to a plist so the app probably needs to reload, just in case you didn't do that.
Second, can you check to see if there is a global NoMAD plist that might be overriding local user level settings? For example, check for a com.trusourcelabs.NoMAD.plist file in /Library/Preferences/
Lastly, I set up mine in a Config Profile, so some of the settings are applied at the computer level, not user level. I don't know if that would make any difference here, but it seems to work fine in my case.
Let me know if it's still not applying after checking the above items.
Posted on 04-12-2018 09:44 AM
Hey thanks for the quick response.
I did both:
quit and relaunch.
and checked in /Library/Preferences/ no global plist there.
Will give the Config Profile a shot later this afternoon.
Cheers,
Posted on 04-12-2018 10:06 AM
Hmm, made the defaults writes a second time and it picked it up....
Posted on 04-12-2018 10:11 AM
Ok, interesting. I didn't see anything wrong with how you posted them the first time, so, not sure. But glad it picked up and is working now.