From: lpsolit%gmail.com <> Date: Mon, 15 May 2006 23:40:53 +0000 (+0000) Subject: Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max Kanat... X-Git-Tag: bugzilla-2.23.2~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5f175dba7e9a9fe3cc24e15fb9354c7858c4e4;p=thirdparty%2Fbugzilla.git Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max Kanat-Alexander r=LpSolit a=justdave --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 1c15255af1..a71913540d 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -282,6 +282,11 @@ [% ELSIF error == "ldap_connect_failed" %] Could not connect to the LDAP server [% server FILTER html %]. + [% ELSIF error == "ldap_search_error" %] + An error occurred while trying to search LDAP for + "[% username FILTER html %]": + [% errstr FILTER html %] + [% ELSIF error == "ldap_server_not_defined" %] The LDAP server for authentication has not been defined.