Mention another port used by AD: 3268.

This commit is contained in:
Zhang Huangbin 2021-04-14 10:31:22 +08:00
parent ae9f877f28
commit 16b3c31615
2 changed files with 14 additions and 5 deletions

View File

@ -36,11 +36,13 @@ To integrate Microsoft Active Directory with iRedMail, you should have:
* A working Linux/BSD server with iRedMail (OpenLDAP backend) installed.
* A working Microsoft Windows (2000/2003) server, with Active Directory
installed and working properly, listen on port 389 (ldap://) or 636
installed and working properly, listen on port `389` (ldap://) or `636`
(ldaps://), and allow LDAP connections from iRedMail server.
If you need to enable LDAP over SSL, please read
[this tutorial](https://support.microsoft.com/en-us/help/321051/how-to-enable-ldap-over-ssl-with-a-third-party-certification-authority).
- If you need to enable LDAP over SSL, please read
[this tutorial](https://support.microsoft.com/en-us/help/321051/how-to-enable-ldap-over-ssl-with-a-third-party-certification-authority).
- If connecting to `389` doesn't work, try port `3268` instead.
## Install iRedMail

View File

@ -73,10 +73,17 @@
<li>A working Linux/BSD server with iRedMail (OpenLDAP backend) installed.</li>
<li>
<p>A working Microsoft Windows (2000/2003) server, with Active Directory
installed and working properly, listen on port 389 (ldap://) or 636
installed and working properly, listen on port <code>389</code> (ldap://) or <code>636</code>
(ldaps://), and allow LDAP connections from iRedMail server.</p>
<ul>
<li>
<p>If you need to enable LDAP over SSL, please read
<a href="https://support.microsoft.com/en-us/help/321051/how-to-enable-ldap-over-ssl-with-a-third-party-certification-authority">this tutorial</a>.</p>
<a href="https://support.microsoft.com/en-us/help/321051/how-to-enable-ldap-over-ssl-with-a-third-party-certification-authority">this tutorial</a>.</p>
</li>
<li>
<p>If connecting to <code>389</code> doesn't work, try port <code>3268</code> instead.</p>
</li>
</ul>
</li>
</ul>
<h2 id="install-iredmail">Install iRedMail</h2>