From bd2505aba9e9977d4c587e094c2c2b3f101ff62f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 30 Jun 2005 23:18:13 +0000 Subject: [PATCH] fix typos, add hover help --- lib/WebGUI/i18n/English/AuthLDAP.pm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm index aed8ee3b1..82de88d1b 100644 --- a/lib/WebGUI/i18n/English/AuthLDAP.pm +++ b/lib/WebGUI/i18n/English/AuthLDAP.pm @@ -114,6 +114,11 @@ Default label for the anonymous registration link. lastUpdated => 1071849063 }, + 'ldapConnection description' => { + message => q|Select one of the preconfigured LDAP connections to authenticate this user|, + lastUpdated => 1120171999 + }, + '6' => { message => q|LDAP Identity (default)|, lastUpdated => 1031514049 @@ -552,10 +557,10 @@ Default text for password form field. 'LDAPLink_994 description' => { message => q|DN = Distinguished Name. A DN is a unique path to a particular object within an LDAP -directory. In this case, the "Connect DN" is the DN that point's the the user account +directory. In this case, the "Connect DN" is the DN that points to the user account record. Usually that will look something like:

cn=Joe Shmoe,ou=people,dc=example,dc=com|, - lastUpdated => 1120164594, + lastUpdated => 1120172492, }, 'LDAPLink_995 description' => {