Reputation: 443
After upgrade from Snow Leopard to Lion, I am getting a pop-up sometimes:
syncdefaultsd wants to use the "login" keychain
It prompts for keychain password. ps aux does not show any process called syncdefaultsd. Time Machine is turned off. iCloud is on. Which application does that process belong to? How can I get rid of the annoying pop-up?
Upvotes: 8
Views: 11210
Reputation: 3413
syncdefaultsd
is a system agent (launchd definition file is /System/Library/LaunchAgents/com.apple.syncdefaultsd.plist
) and part of the private SyncedDefaults framework residing in /System/Library/PrivateFrameworks/
in Lion version 10.7.2. As a private framework, it is not documented in the Lion SDK, but the fact a private framework of the same name exists in iOS 5 makes me surmise it is part of the iCloud synchronization infrastructure.
Your popup is either:
Upvotes: 7