From c423290c20a482c6984df52999eacf2a5242d7f3 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 8 Mar 2007 02:43:43 +0000 Subject: Bug 367480: [LDAP] Try a list of servers in order until we connect successfully Patch By Tony Bajan r=mkanat, a=mkanat --- template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global') 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 [% server FILTER html %]. + Could not connect to the LDAP server(s) [% server FILTER html %]. [% ELSIF error == "ldap_start_tls_failed" %] Could not start TLS with LDAP server: [% error FILTER html %]. -- cgit v1.2.3-24-g4f1b