Posted on 01-17-2023 01:46 PM
Posted on 01-18-2023 05:32 AM
You seem to be straddled across a fence. The function of NoMad is to not need to Domain bind, and you are using both.
We moved off of NoMad last year to JAMF Connect. This is the last version of the configuration profile we had used. We were domain bound and using NoMad for password changes as we restricted System Pref > Users. We had consistent issues if a user changed a password on another device also, its just the nature of the beast.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ADDomain</key>
<string>something.here.com</string>
<key>CleanCerts</key>
<true/>
<key>ConfigureChrome</key>
<true/>
<key>DontShowWelcome</key>
<true/>
<key>GetHelpOptions</key>
<string>https://help</string>
<key>GetHelpType</key>
<string>URL</string>
<key>HideAbout</key>
<true/>
<key>HidePrefs</key>
<true/>
<key>HideSignOut</key>
<false/>
<key>LoginItem</key>
<false/>
<key>MenuHomeDirectory</key>
<string>H Drive</string>
<key>MenuRenewTickets</key>
<string>Refresh</string>
<key>RenewTickets</key>
<true/>
<key>SecondsToRenew</key>
<integer>7200</integer>
<key>ShowHome</key>
<true/>
<key>SignInWindowAlert</key>
<true/>
<key>SignInWindowOnLaunch</key>
<true/>
<key>UPCAlert</key>
<true/>
<key>UseKeychain</key>
<true/>
<key>UseKeychainPrompt</key>
<true/>
<key>Verbose</key>
<true/>
</dict>
</plist>
Posted on 01-19-2023 01:00 PM
Thank you for your reply and explanation. I'm definitely going to look into moving to JAMF connect during summer, I just have to get through this semester and this password issue. I'm leaning in removing nomad all together and just leave the lab systems bound to get me through this semester with no more calls until I can spend the time to properly deploy Jamf connect.