summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2015-12-14 10:31:27 +0000
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2015-12-16 06:24:44 +0000
commit82d55631b8e424b7c4e567d21acd6bab87806398 (patch)
tree5e7f08f278055baa25fffcde7b0018a61316f5e3
parent240c75d7e86ec45e595de019ef14065c53fde559 (diff)
Document that ldap.groupBase and ldap.accountBase are repeatable
Both of these options can be given multiple times in the config file, for example: [ldap] accountBase = OU=Europe,DC=example,DC=net accountBase = OU=America,DC=example,DC=net accountBase = OU=Asia,DC=example,DC=net Extend the documentation to mention this. Change-Id: Iba684adc1beea145a7fdd1d1d71ca6c81bbda8a7
-rw-r--r--Documentation/config-gerrit.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 837469faa2..f6aec768ec 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -2323,6 +2323,9 @@ server to respond until the TCP connection times out.
+
Root of the tree containing all user accounts. This is typically
of the form `ou=people,dc=example,dc=com`.
++
+This setting may be added multiple times to specify more than
+one root.
[[ldap.accountScope]]ldap.accountScope::
+
@@ -2434,6 +2437,9 @@ Active Directory.
+
Root of the tree containing all group objects. This is typically
of the form `ou=groups,dc=example,dc=com`.
++
+This setting may be added multiple times to specify more than
+one root.
[[ldap.groupScope]]ldap.groupScope::
+