Hi nation,
I'm currently using NoMAD in my Jamf environment, but it the local password sync doesn't seem to be doing its job. When the password has been changed, I would assume that NoMAD at the least would prompt for a password change after a reboot, or even a logout/login event (of macOS), however it doesn't. The only time I can trigger a prompt is when I force sign out on NoMAD and log back in. Why does it not sync the passwords at macOS login when it starts? Is it working the way it's supposed to?
Here is my preferences file:
{
HidePrefs = YES;
SecondsToRenew = 7200;
GetHelpOptions = SECRET
PasswordExpireCustomAlert = "Password expiring soon";
DontShowWelcomeDefaultOn = YES;
HideSignOut = YES;
HideRenew = YES;
GetHelpType = URL;
ShowHome = YES;
HideLockScreen = YES;
HideAbout = YES;
SignInWindowAlert = YES;
AutoRenewCert = 30;
SignInWindowOnLaunch = YES;
RenewTickets = YES;
ChangePasswordType = URL;
ChangePasswordOptions = SECRET
KerberosRealm = SECRET
RecursiveGroupLookup = YES;
x509CA = SECRET
HideQuit = YES;
Template = "User Auth";
ADDomain = SECRET
UseKeychain = YES;
PasswordExpireAlertTime = 30;
MenuFileServers = "Common Shares";
PersistExpiration = YES;
SignInWindowAlertTime = 300;
LocalPasswordSync = YES;
PasswordExpireCustomAlertTime = 14;
LocalPasswordSyncOnMatchOnly = YES;
DontShowWelcome = YES;
Verbose = NO;
GetCertificateAutomatically = YES;
}