Keychain Item Syncing
You can configure Jamf Connect to sync other user account passwords that are stored in the keychain with a network account. When configured, Jamf Connect will change any specified keychain item passwords as a part of the password change process.
Keychain Settings
Domain: com.jamf.connect
Dictionary: Keychain
Description: Used to allow Jamf Connect to sync passwords with keychain items
Key |
Description |
Example |
InternetItems |
Sync Password with Internet Keychain Items Internet accounts that Jamf Connect should sync with the local password. |
<key>InternetItems</key> <dict> <key>InternetItemOne</key> <string>www.example.com</string> <key>InternetItemTwo</key> <string>www.example.com</string> </dict>
|
PasswordItems |
Update Keychain Items Keychain items that Jamf Connect should sync with the local password. |
<key>PasswordItems</key> <dict> <key>AccountItemOne</key> <string><<shortname>></string> <key>AccountItemTwo/key> <string><<shortname>></string> </dict>
|
Related Information
For related information, see Password Syncing with Jamf Connect.