]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max Kanat...
authorlpsolit%gmail.com <>
Mon, 15 May 2006 23:40:53 +0000 (23:40 +0000)
committerlpsolit%gmail.com <>
Mon, 15 May 2006 23:40:53 +0000 (23:40 +0000)
template/en/default/global/code-error.html.tmpl

index 1c15255af1a961fb3740d19fdbf0ab5863309bcc..a71913540db1cc181f63deb4c2930ce73ce97f03 100644 (file)
   [% ELSIF error == "ldap_connect_failed" %]
     Could not connect to the LDAP server <code>[% server FILTER html %]</code>.
 
+  [% ELSIF error == "ldap_search_error" %]
+    An error occurred while trying to search LDAP for 
+    &quot;[% username FILTER html %]&quot;: 
+   <code>[% errstr FILTER html %]</code>
+
   [% ELSIF error == "ldap_server_not_defined" %]
     The LDAP server for authentication has not been defined.