Commit 8a5f175d authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max…

Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
parent b3f2421e
......@@ -282,6 +282,11 @@
[% 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment