Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Clear out cached access keys for remote servers' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Clear out cached access keys for remote servers
Authored by: chetpot on Dec 15, '10 06:14:20PM
here is another option for use on your personal system since it requires editing your local plist.

From the CLI type:

% open ~/Library/Preferences/edu.mit.Kerberos.IdentityManagement.plist

then change

<key>CredentialLifetime</key>
<integer>36000</integer>
to

<key>CredentialLifetime</key>
<integer>1</integer>


[ Reply to This | # ]