From 16b3c31615dab847eb87de04425470b2c7380367 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 14 Apr 2021 10:31:22 +0800 Subject: [PATCH] Mention another port used by AD: 3268. --- en_US/integrations/active.directory.md | 8 +++++--- html/active.directory.html | 11 +++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/en_US/integrations/active.directory.md b/en_US/integrations/active.directory.md index 80d2d52b..2e1f2018 100644 --- a/en_US/integrations/active.directory.md +++ b/en_US/integrations/active.directory.md @@ -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 diff --git a/html/active.directory.html b/html/active.directory.html index 34d93da5..2abef912 100644 --- a/html/active.directory.html +++ b/html/active.directory.html @@ -73,10 +73,17 @@
  • 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.

    +
  • Install iRedMail