summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/ldap.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-03-08 03:43:43 +0100
committermkanat%bugzilla.org <>2007-03-08 03:43:43 +0100
commitc423290c20a482c6984df52999eacf2a5242d7f3 (patch)
tree8978aca7f2bd8a582b32bf3b2ca9b003fdef739a /template/en/default/admin/params/ldap.html.tmpl
parent558b05ca68f3987fa9020554b2170b6de8ad33f7 (diff)
downloadbugzilla-c423290c20a482c6984df52999eacf2a5242d7f3.tar.gz
bugzilla-c423290c20a482c6984df52999eacf2a5242d7f3.tar.xz
Bug 367480: [LDAP] Try a list of servers in order until we connect successfully
Patch By Tony Bajan <firefox@tonyb.me.uk> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/admin/params/ldap.html.tmpl')
-rw-r--r--template/en/default/admin/params/ldap.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl
index a3c7e4643..22375cdf7 100644
--- a/template/en/default/admin/params/ldap.html.tmpl
+++ b/template/en/default/admin/params/ldap.html.tmpl
@@ -30,7 +30,9 @@
"URI syntax can also be used, such as "_
"ldaps://ldap.company.com (for a secure connection) or " _
"ldapi://%2fvar%2flib%2fldap_sock (for a socket-based " _
- "local connection.",
+ "local connection. Multiple hostnames or URIs can be comma " _
+ "separated; each will be tried in turn until a connection is " _
+ "established.",
LDAPstartls => "Whether to require encrypted communication once normal " _
"LDAP connection achieved with the server.",