Skip to main content

Looking for some guidance on how to suppress the Jamf Connect sign in window for a strictly local user account. In this particular work flow we have a few Mac's setup as Podcast stations using Hindenburg because of this there's only a local account on the machine called "Podcast" to preserve the application preferences. I would like to allow network logins on these machines (if possible) by leaving the Jamf Connect client installed. 

The issue I'm having now is when a user signs into the local "Podcast" account they're presented with the Jamf Connect "sign in" window which is causing confusing. I've gone over the various Jamf Connect keys but I can't seem to locate any options to suppress this window.

Help! 

The preference key you are looking for is PasswordSyncBlockList under Password policies. 

 

<key>PasswordPolicies</key>
<dict>
<key>PasswordSyncBlockList</key>
<array>
<string>Podcasts</string>
</array>
</dict>

Thank you!

I was on the right path but I missed the <key>PasswordPolicies</key> portion from my code, I would have completely missed this without your post.


How does one update the configuration to add this? Maybe I am just too tired...I can't find where in the configuration profiles.


Reply