summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
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/global
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/global')
-rw-r--r--template/en/default/global/code-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 2de8bd6a2..91044064d 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -279,7 +279,7 @@
The specified LDAP attribute [% attr FILTER html %] was not found.
[% ELSIF error == "ldap_connect_failed" %]
- Could not connect to the LDAP server <code>[% server FILTER html %]</code>.
+ Could not connect to the LDAP server(s) <code>[% server FILTER html %]</code>.
[% ELSIF error == "ldap_start_tls_failed" %]
Could not start TLS with LDAP server: <code>[% error FILTER html %]</code>.