From 39371809577903b39575048bcd7f8c00cca591fc Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Wed, 12 Jul 2006 20:27:29 +0000 Subject: [PATCH] adding ldap recursive filter labels and hoverhelp --- lib/WebGUI/i18n/English/AuthLDAP.pm | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm index c00418422..becdcbe14 100644 --- a/lib/WebGUI/i18n/English/AuthLDAP.pm +++ b/lib/WebGUI/i18n/English/AuthLDAP.pm @@ -1,7 +1,23 @@ package WebGUI::i18n::English::AuthLDAP; our $I18N = { - 'ldap link name blank' => { + 'global recursive filter label' => { + message => q|LDAP Recursive Group Filter|, + lastUpdate => 0 + }, + 'global recursive filter label description' => { + message => q|Enter a string by which to filter out anything in your recursive ldap group that might not be a group. This is a performance setting which can help speed up the group search in the case where your groups and group members are both part of the same attribute used for groups of groups within LDAP. For example, if both users and groups are stored in the "member" attribute and users always contain the string o= while groups contain the string cn=, you might add o= as the filter in order that the code to recurse through the groups skips over the users in the group and only searches the groups. This setting will be applied to each LDAP group with recursive group settings. Optionally, you may choose to apply this setting to individual groups. The individual group setting will override the global setting|, + lastUpdate => 0 + }, + 'LDAPLink_ldapRecursiveFilter' => { + message => q|LDAP Recursive Group Filter|, + lastUpdate => 0 + }, + 'LDAPLink_ldapRecursiveFilterDescription' => { + message => q|Enter a string by which to filter out anything in your recursive ldap group that might not be a group. This is a performance setting which can help speed up the group search in the case where your groups and group members are both part of the same attribute used for groups of groups within LDAP. For example, if both users and groups are stored in the "member" attribute and users always contain the string o= while groups contain the string cn=, you might add o= as the filter in order that the code to recurse through the groups skips over the users in the group and only searches the groups. This setting will be applied to only this group. and will override any global filter you may have set for the ldap connection chosen.|, + lastUpdate => 0 + }, + 'ldap link name blank' => { message => q|The LDAP Link Name field cannot be blank.|, lastUpdated => 0, context => q|error message|