From 6c6495ce46be56f808887b4aa46390a40b61d924 Mon Sep 17 00:00:00 2001 From: Arjan Widlak Date: Tue, 2 Jun 2009 21:31:26 +0000 Subject: [PATCH] Restored i18n's LDAPLink_104 message in AuthLDAP.pm that was deleted undeserved in revision 11077. --- lib/WebGUI/i18n/English/AuthLDAP.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm index 7b32d5af4..0b4fd6a1b 100644 --- a/lib/WebGUI/i18n/English/AuthLDAP.pm +++ b/lib/WebGUI/i18n/English/AuthLDAP.pm @@ -468,7 +468,12 @@ our $I18N = { message => q|Cannot connect to LDAP server.|, lastUpdated => 1078854953 }, - + + 'LDAPLink_104' => { + message => q|The account information you supplied is invalid. Either the account does not exist or the username/password combination was incorrect.|, + lastUpdated => 1078854953 + }, + 'LDAPLink_105' => { message => q|Invalid LDAP connection URL. Contact your administrator.|, lastUpdated => 1078854953