summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@gmail.com>2020-10-22 22:17:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-10-22 22:17:59 +0000
commit36c0fad19c728ad9e956c88c86925507c32c176f (patch)
tree0c340a822bb5e769e434b95b0099de97192daa35
parentab9fe87cfd3315f027427eb0f63e9e428e2fce8f (diff)
parent1e2ec07d502850b90a94fa20fa283d7c378bede4 (diff)
Merge "Document how to configure multiple ldap servers" into stable-3.3
-rw-r--r--Documentation/config-gerrit.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 879ec9937c..5e318cf25d 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -3392,6 +3392,11 @@ and group membership from. Must be of the form `ldap://host` or
If `auth.type` is `LDAP` this setting should use `ldaps://` to
ensure the end user's plaintext password is transmitted only over
an encrypted connection.
++
+If you want to configure multiple ldap servers you can try to put
+multiple ldap urls separated by a space:
+`server = ldaps://ldap1 ldaps://ldap2`
+See https://bugs.chromium.org/p/gerrit/issues/detail?id=10841[issue 10841].
[[ldap.startTls]]ldap.startTls::
+