From: W. Trevor King Date: Tue, 21 Jun 2011 15:46:32 +0000 (-0400) Subject: Fix address book formatting in humanizing OS X post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef23587d7a9cf8b42d094287373ba5bc26de591e;p=mw2txt.git Fix address book formatting in humanizing OS X post. --- diff --git a/posts/Humanizing_OS_X.mdwn b/posts/Humanizing_OS_X.mdwn index 0b5f995..028600c 100644 --- a/posts/Humanizing_OS_X.mdwn +++ b/posts/Humanizing_OS_X.mdwn @@ -201,10 +201,10 @@ Address Book and LDAP You can configure Apple's [Address Book][aab] to search an LDAP directory. Set up your connection with: - /Applications/Address\ Book.app - Address Book -> Preferences -> Accounts -> Add - Account Type: LDAP - ... + /Applications/Address Book.app + Address Book -> Preferences -> Accounts -> Add + Account Type: LDAP + ... If you're using a self-signed certificate, you'll need to add your CA to the system keyring or OS X will assume a man-in-the-middle attack @@ -214,7 +214,7 @@ Add your certificate with: /Applications/Utilities/Keychain Access.app File -> Import Items /path/to/your/CA/certificate - Destination Keychain: System + Destination Keychain: System After which everything should work as expected.