From f34aacf3115c47ba12efbbda72376e65a37f71fe Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Fri, 15 May 2020 11:12:03 +0200 Subject: [PATCH] Note on configuring failover LDAP servers Signed-off-by: Sascha Wiswedel --- admin_manual/configuration_user/user_auth_ldap.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_user/user_auth_ldap.rst b/admin_manual/configuration_user/user_auth_ldap.rst index fcf72ccb9..19b141261 100644 --- a/admin_manual/configuration_user/user_auth_ldap.rst +++ b/admin_manual/configuration_user/user_auth_ldap.rst @@ -45,6 +45,9 @@ Server tab ^^^^^^^^^^ Start with the Server tab. You may configure multiple servers if you have them. + +.. note:: Do not configure any failover LDAP hosts here. See :ref:`.. _advanced_settings_label:` for instructions instead. + At a minimum you must supply the LDAP server's hostname. If your server requires authentication, enter your credentials on this tab. Nextcloud will then attempt to auto-detect the server's port and base DN. The base DN and port are @@ -222,6 +225,7 @@ y groups found: This tells you approximately how many groups will be available in Nextcloud. The number updates automatically after any change. +.. _advanced_settings_label: Advanced settings -----------------