2009-03-27 08:25:21 -04:00
|
|
|
<?xml version="1.0"?>
|
2009-08-07 06:26:29 -04:00
|
|
|
<document xmlns="http://maven.apache.org/XDOC/2.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
|
2009-03-27 08:25:21 -04:00
|
|
|
|
|
|
|
<properties>
|
2010-07-26 12:10:37 -04:00
|
|
|
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - OSX directory setup</title>
|
2009-03-27 08:25:21 -04:00
|
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<section name="OSX directory setup">
|
|
|
|
<p>DavMail Directory support is now available to access Exchange address book through LDAP.
|
|
|
|
A special OpenDirectory naming context was implemented to enable iCal attendee completion.
|
|
|
|
</p>
|
|
|
|
|
2009-08-07 06:26:29 -04:00
|
|
|
<subsection name="Open Directory Utility">
|
2010-04-09 16:02:47 -04:00
|
|
|
<p>In OSX Finder, go to Utilities and launch Directory Utility. Under OSX 10.6
|
2010-08-23 09:46:13 -04:00
|
|
|
Snow Leopard, Directory Utility is tucked away in /System/Library/CoreServices.
|
|
|
|
</p>
|
|
|
|
<p>Leopard only: choose Show Advanced Settings, switch to Services tab</p>
|
2009-03-27 08:25:21 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility1.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
2010-08-23 09:46:13 -04:00
|
|
|
<p>Select LDAPv3 and click the pencil icon (you may need to unlock settings with your
|
|
|
|
admin password first):
|
2009-03-27 08:25:21 -04:00
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility2.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>Click New...:
|
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility3.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>Enter DavMail server name (localhost) and click Manual:
|
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility4.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>Enter Configuration Name and choose OpenDirectory in LDAP Mappings:
|
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility5.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
2010-08-23 09:46:13 -04:00
|
|
|
<p>Enter o=od as Search Base Suffix and click Ok:
|
2009-03-27 08:25:21 -04:00
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility6.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
2010-08-23 09:46:13 -04:00
|
|
|
<p>Now click Edit...:</p>
|
|
|
|
|
|
|
|
<p>If DavMail LDAP listen port is not 389, check Use custom port and enter actual port (default is 1389):
|
2009-03-27 08:25:21 -04:00
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility7.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
2009-04-16 17:42:14 -04:00
|
|
|
<p>Then activate authentication under the Security tab and
|
2010-08-23 09:46:13 -04:00
|
|
|
enter your credentials, then press OK twice to close the settings:
|
2009-04-16 17:42:14 -04:00
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility8.png" alt=""/>
|
2009-04-16 17:42:14 -04:00
|
|
|
</div>
|
|
|
|
|
2009-03-27 08:31:35 -04:00
|
|
|
<p>Under the Search Policy tab, choose Contacts, set Search to Custom Path
|
2010-08-23 09:46:13 -04:00
|
|
|
and click the + to add /LDAPV3/localhost to the list of Directory Domains:
|
2009-03-27 08:25:21 -04:00
|
|
|
</p>
|
|
|
|
<div style="width: 100%;text-align: center">
|
2009-08-07 06:26:29 -04:00
|
|
|
<img src="images/osxDirectoryUtility9.png" alt=""/>
|
2009-03-27 08:25:21 -04:00
|
|
|
</div>
|
|
|
|
|
2009-12-25 12:51:51 -05:00
|
|
|
<p>Proceed to
|
2009-03-27 08:25:21 -04:00
|
|
|
<a href="osximapmailsetup.html">OSX IMAP Mail setup</a>
|
|
|
|
</p>
|
2009-08-07 06:26:29 -04:00
|
|
|
</subsection>
|
2009-03-27 08:25:21 -04:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</document>
|