From fe20fbb4ff05131cba780d44e419ce1fa0ffd82b Mon Sep 17 00:00:00 2001 From: joaoepj Date: Thu, 30 Oct 2014 12:27:01 -0200 Subject: [PATCH] Update auth_ldap.rst LDAPS default port is 636 instead of 686. --- admin_manual/configuration/auth_ldap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration/auth_ldap.rst b/admin_manual/configuration/auth_ldap.rst index a942208f3..a63f17425 100644 --- a/admin_manual/configuration/auth_ldap.rst +++ b/admin_manual/configuration/auth_ldap.rst @@ -511,7 +511,7 @@ If you have trouble with certificate validation make sure that */etc/ldap/ldap.conf* on Linux, *C:\\openldap\\sysconf\\ldap.conf* or *C:\\ldap.conf* on Windows) using a **TLS_CACERT /path/to/cert** line. * Using LDAPS, also make sure that the port is correctly configured (by default - 686) + 636) Microsoft Active Directory -------------------------- @@ -607,4 +607,4 @@ When ownCloud is not able to contact the main LDAP server, ownCloud assumes it is offline and will not try to connect again for the time specified in **Cache Time-To-Live**. If you have a backup server configured ownCloud will connect to instead. When you have a scheduled downtime, check **Disable Main Server** to -avoid unnecessary connection attempts. \ No newline at end of file +avoid unnecessary connection attempts.