From 14b1dd28d259c658ab231903a12536d7e498d227 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 11 Jun 2005 04:49:15 +0000 Subject: [PATCH] finish settings help updates --- lib/WebGUI/i18n/English/WebGUI.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 0d01c216f..5cf8cefa9 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3935,9 +3935,15 @@ Template used to display a form to the user to recover their password, if the fe

LDAP Authentication Options

-LDAP URL (default)
-The default url to your LDAP server. The LDAP URL takes the form of ldap://[server]:[port]/[base DN]. Example: ldap://ldap.mycompany.com:389/o=MyCompany. +LDAP Connection
+Select which of the configured LDAP connections to use to authenticate users.

+|, + lastUpdated => 1118457872, + }, + +'ldap help body' => { + message => q| LDAP Identity
The LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is shortname, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe during the registration process. @@ -3963,6 +3969,7 @@ Enables a single, system-wide trash shared by all users. Default is user separa lastUpdated => 1118457872, }, + 'Enable passive profiling ?' => { message => q|Enable passive profiling ?|, lastUpdated => 1089039511