webgui/lib/WebGUI/Operation
Ernesto Hernández-Novich 01a5ebfbe2 Fixed validation so LDAPLink takes ldap:// and ldaps:// URIs.
Net::LDAP does The Right Thing (tm) when given an ldaps:// URI
provided the administrator has properly set up /etc/ldap/ldap.conf
with the CA Cert signing the Server's certificate.

Succesfully tested

ldap://my.ldap.server/
ldap://my.ldap.server:389/  (with and without TLS)
ldaps://my.ldap.server/
ldaps://my.ldap.server:636/

This patch should be backported to 7.5 :-)
2008-10-12 18:40:22 +00:00
..
ActiveSessions.pm
Admin.pm
AdSpace.pm
Auth.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
Cache.pm
Cron.pm added that friendly error message to www_runCronJob 2008-07-10 20:21:43 +00:00
DatabaseLink.pm
FormHelpers.pm
Friends.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
Graphics.pm fixed: SelectSlider form control is broken 2008-10-05 20:57:02 +00:00
Group.pm clear out some compile warnings 2008-10-01 22:43:29 +00:00
Help.pm
Inbox.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
Invite.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
LDAPLink.pm Fixed validation so LDAPLink takes ldap:// and ldaps:// URIs. 2008-10-12 18:40:22 +00:00
LoginHistory.pm rfe: Added logged in time to Login History 2008-09-16 18:16:20 +00:00
Profile.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
ProfileSettings.pm rfe: protected profile fields do not show a delete icon 2008-09-16 22:55:25 +00:00
Replacements.pm
Scratch.pm
Settings.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
Shared.pm make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
Spectre.pm
SpellCheck.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
SSO.pm
Statistics.pm
Style.pm
User.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
VersionTag.pm added a new permission denied page for the manageVersionTags screen 2008-10-03 22:27:58 +00:00
WebGUI.pm
Workflow.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00