LCS 2005 & Messenger for the Mac on Leopard
One of the changes with OS X 10.5 Leopard is the lack of the X509Anchors keychain being installed by default. The problem this creates is that a lot of Microsoft applications for the Mac depend on this keychain for their certificate authentication. They check the X509 keychain for a certificate and when it doesn’t exist, they fail to authenticate. The annoying part here is that the application doesn’t even have appropriate error messages included. Instead of something logical like the "the certificate is not valid or trusted" the user gets an error that their sign-in name or password is incorrect. Fortunately there’s a workaround and you can add this keychain back to make it functional again.
- Open Keychain Access (Using Spotlight to search for it is probably easiest)
- Click File > Add Keychain
- Browse to Machintosh HD | System | Library | Keychains and select the X509Anchors keychain. Press Open.
- Now select the X509 keychain in the Keychain Access window and drag all of the certificates you need onto this window. You should be prompted for your admin credentials.
- Now you’ll see a window asking which keychain you want to install the certificates to. Choose X509Anchors and press OK.
- Once your certificates are installed, try signing in again. This time it should succeed!