xcreds
xcreds copied to clipboard
Menubar refresh is delayed when setting shouldPromptForADPasswordChange
v4.1
When authenticating with Active Directory and setting the preference shouldPromptForADPasswordChange
as true, the menubar time displayed for password change checking appears to be delayed by about 5 minutes.
To replicate, use the following preferences to set password refresh to 5 minutes, then wait at least 15 minutes. The next refresh time displayed will then sometimes not be updated until about 5 minutes after when it is expected.
<key>ADDomain</key>
<string>twocanoes.com</string>
<key>refreshRateHours</key>
<integer>0</integer>
<key>refreshRateMinutes</key>
<integer>5</integer>
<key>shouldPromptForADPasswordChange</key>
<true/>