Configure Chrome Kerberos SSO via MCX in JSS

mclinde
New Contributor

The subject contains most of my keywords.

I need to take these dscl mcx commands:

sudo dscl . -mcxset /Users/admin com.google.Chrome AuthServerWhitelist always "*.domain.com" 
sudo dscl . -mcxset /Users/admin com.google.Chrome AuthNegotiateDelegateWhitelist always "*.domain.com"

and apply them via Casper, rather than a script, if possible. I'm not great with MCX anymore (been too many years of mobileconfig for me), anyone have pointers on converting those commands to a Casper Managed Preference?

1 ACCEPTED SOLUTION

jrserapio
Contributor

Hey @mclinde,

Check this link out https://jamfnation.jamfsoftware.com/discussion.html?id=8587.
There is a manifest file for MCX there. This may be a good starting point for you. I have not tried them out yet, but they do populate. The only difficult part is parsing through the settings since they are all blank. It took me about 15 min of manual clicking to get them all displayed.

View solution in original post

2 REPLIES 2

jrserapio
Contributor

Hey @mclinde,

Check this link out https://jamfnation.jamfsoftware.com/discussion.html?id=8587.
There is a manifest file for MCX there. This may be a good starting point for you. I have not tried them out yet, but they do populate. The only difficult part is parsing through the settings since they are all blank. It took me about 15 min of manual clicking to get them all displayed.

mclinde
New Contributor

Perfect. The manifest is in the Chrome.app The only tip I would add is count down the list of settings to find the one(s) you need - that's what I did to find them with the blank fields.