[Bps-public-commit] r17856 - RT-Authen-ExternalAuth/trunk/etc

zordrak at bestpractical.com zordrak at bestpractical.com
Wed Jan 21 06:47:54 EST 2009


Author: zordrak
Date: Wed Jan 21 06:47:45 2009
New Revision: 17856

Modified:
   RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm

Log:
RT::Authen::ExternalAuth v0.08_02 -- Added ssl_version to the example LDAP configuration.

Modified: RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm
==============================================================================
--- RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm	(original)
+++ RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm	Wed Jan 21 06:47:45 2009
@@ -118,6 +118,8 @@
                                                         #
                                                         # Should we try to use TLS to encrypt connections?
                                                         'tls'                       =>  0,
+                                                        # SSL Version to provide to Net::SSLeay *if* using SSL
+                                                        'ssl_version'               =>  3,
                                                         # What other args should I pass to Net::LDAP->new($host, at args)?
                                                         'net_ldap_args'             => [    version =>  3   ],
                                                         # Does authentication depend on group membership? What group name?



More information about the Bps-public-commit mailing list