Posted on 06-27-2019 03:59 AM
Hi All
I'm trying to sync up noMAD so that when a user updates their password, It updates our 802.11x Keychain. The Keychain Item is called Workstations, I have tried the following
defaults write com.trusourcelabs.NoMAD LocalPasswordSync 1
defaults write com.trusourcelabs.NoMAD UseKeychain True
defaults write com.trusourcelabs.NoMAD KeychainItems -dict Workstations ${USER}
I'm pretty new to noMAD, so apologies if this obvious - Anyone know where I'm going wrong?
Posted on 06-27-2019 06:02 AM
I've had issues when writing out the plist - even when the plist was 110% accurate. Intermittent success with that method.
I've found that utilizing Profile Creator works every time without fail. Try it out. - https://github.com/ProfileCreator/ProfileCreator
Posted on 06-27-2019 08:30 AM
@Hugonaut Weirdly I tried that already but I couldn't get it to update the keychain
I installed this profile, but still no joy!
Is there anything I am missing here?