Posted on 05-03-2019 08:23 AM
I decided to take a stab at NoMAD Login because I am sick of binding but I am having all sorts of little issues
The initial machines I tested on, I manually installed the package and ran the script after, worked great, I could login with AD accounts on the machine, it made mobile accounts local for already created mobile accounts.
I am having an issue with parameters in the script (I am not very good with these kinds of scripts so bare with me :D)
CreateAdminIfGroupMember=<"Domain Admins", "WorkstationAdmins"> - Get a syntax error, probably the < right? and is the second part correct? defaults write /Library/Preferences/menu.nomad.login.ad.plist CreateAdminIfGroupMember "$CreateAdminIfGroupMember"
Also does anyone know who to create a smart group that can show machines that have NoMAD?
Posted on 05-03-2019 09:14 AM
try using profile creator instead of utilizing a script - my script was flawless but it was inconsistent upon deployment. some machines worked miracles, some caused headaches. nothing different, just for whatever reason some stuff didnt work. deploying .mobileconfig works 110% everytime vs. script.
you can config nomad login with profile creator and make a .mobileconfig upload it to jamf and deploy it as a configuration profile
https://github.com/erikberglund/ProfileCreator
second, you will want to use an extension attribute to detect if nomad login is installed, then create a smart group targeting that extension attribute.
Posted on 05-03-2019 03:30 PM
@Hugonaut unrelated to my original Q but somewhat related, I am having a hard time finding info, does NoMAD Login not update AD or AD not update the account on the Mac for a password change? I thought that was kind of the whole point aside from no binding.
Posted on 05-04-2019 11:47 AM
NoMAD login doesn't, NoMAD does all the password bits. Login is just for that
Posted on 07-23-2019 08:45 AM
To piggy back on this thread, I'm having an issue where new logins have the user set up as an admin. How do I stop that?
Posted on 07-23-2019 12:17 PM
@achristoforatos https://gitlab.com/orchardandgrove-oss/NoMADLogin-AD/wikis/Configuration/preferences
gotta make sure these keys are set to the preferences you require for your environment
if using profile creator you can see where it's checked below inside the NoLo profile
Posted on 07-23-2019 12:22 PM
@Hugonaut I've tried yes/no, true/false, 1/0. Regardless, I get an admin each time. I have never used profile creator. Trying to not have to completely switch what I was doing. I'd like to solve this mystery before completely switching to a program to create this.