From 68f9c987ed396f212065579a66ef1b14fafb44bd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 29 Dec 2007 03:02:49 +0000 Subject: Clarify the notes/examples for each of the ldap options. This should make it pretty clear until I finish the fancy LDAP tree viewer control. I should also note that as of this commit the LDAP auth functions are now working beautifully against a Windows 2000 Server Active Directory! Work sponsored-by: Centipede Networks --- usr/local/www/system_usermanager_settings.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr/local/www/system_usermanager_settings.php') diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php index 6aebc7b..6b93754 100755 --- a/usr/local/www/system_usermanager_settings.php +++ b/usr/local/www/system_usermanager_settings.php @@ -159,20 +159,22 @@ if(!$pconfig['backend']) +
NOTE: login failures or server not available issues will fall back to pfSense internal users/group authentication. LDAP Server:port -
Example: ldap.example.org:389 +
Example: ldaps://ldap.example.org:389 or ldap://ldap.example.org:389 LDAP Binding username - Example: For Active Directory you would want to use format DOMAIN\username +
This account must have read access to the user objects and be able to retrieve groups. +
Example: For Active Directory you would want to use format DOMAIN\username -- cgit v1.1