Add Apple Address Book + LDAP information.
authorW. Trevor King <wking@drexel.edu>
Tue, 21 Jun 2011 15:38:11 +0000 (11:38 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 21 Jun 2011 15:38:11 +0000 (11:38 -0400)
posts/Humanizing_OS_X.mdwn
posts/LDAP.mdwn

index 62b99e45cc2acb491fa29062cf70b283685a59f2..0b5f9957d0a53833923262db2e4e41bb601e54fa 100644 (file)
@@ -195,6 +195,29 @@ Add the FLAC with
 
   $ flukeapp path/to/my/music/directory
 
+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
+      ...
+
+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
+(and give you an uninformative "Can't contact LDAP server" error).
+Add your certificate with:
+
+    /Applications/Utilities/Keychain Access.app
+      File -> Import Items
+        /path/to/your/CA/certificate
+        Destination Keychain:  System
+
+After which everything should work as expected.
+
 Remote desktop
 --------------
 
@@ -322,6 +345,7 @@ perspective, check out Amit Singh's 2003 [What is Mac OS X][wmox].
 [Ogg Vorbis]: http://www.vorbis.com/
 [xiphqt]: https://www.xiph.org/quicktime/download.html
 [Fluke]: https://code.google.com/p/flukeformac/
+[aab]: http://support.apple.com/kb/ht2486
 [rd]: http://en.wikipedia.org/wiki/Remote_Desktop_Protocol
 [rd-ms]: http://www.microsoft.com/mac/remote-desktop-client
 [rd-a]: http://www.apple.com/downloads/macosx/networking_security/remotedesktopconnectionclient.html
index b78ddd4b873ad7e4b3d3b175ba39666488050eb9..f108262fe72119cb59cceecf6d3ffcff3a026866 100644 (file)
@@ -210,6 +210,12 @@ connection details via a config file (`~/.mutt-ldap.rc`) rather than
 editing the script itself.  Usage details are available in the
 docstring.
 
+Apple Address Book
+------------------
+
+You can configure Apple's [Address Book][aab] to search an LDAP
+directory.  See [[Humanizing_OS_X]] for details.
+
 SSL/TLS
 -------
 
@@ -287,6 +293,7 @@ the countryName attribute, ...
 [rfc4512]: http://tools.ietf.org/html/rfc4512
 [shelldap]: http://projects.martini.nu/shelldap/
 [mutts]: http://wiki.mutt.org/?QueryCommand
+[aab]: http://support.apple.com/kb/ht2486
 [SSL/TLS]: http://en.wikipedia.org/wiki/Transport_Layer_Security
 [certtool]:http://www.gnu.org/software/gnutls/manual/html_node/Invoking-certtool.html#Invoking-certtool
 [schema]: http://www.oreillynet.com/pub/a/sysadmin/2006/11/09/demystifying-ldap-data.html