[Bps-public-commit] r16317 - RT-Authen-ExternalAuth

falcone at bestpractical.com falcone at bestpractical.com
Fri Oct 17 12:38:18 EDT 2008


Author: falcone
Date: Fri Oct 17 12:38:17 2008
New Revision: 16317

Modified:
   RT-Authen-ExternalAuth/Makefile.PL

Log:
* add required modules

Modified: RT-Authen-ExternalAuth/Makefile.PL
==============================================================================
--- RT-Authen-ExternalAuth/Makefile.PL	(original)
+++ RT-Authen-ExternalAuth/Makefile.PL	Fri Oct 17 12:38:17 2008
@@ -8,5 +8,11 @@
 all_from('lib/RT/Authen/ExternalAuth.pm');
 
 requires('RT');
+requires('Net::LDAP');
 
+features(
+  'SSL LDAP Connections' => [
+    -default => 0,
+    'Net::SSLeay' => 0]
+);
 &WriteAll;



More information about the Bps-public-commit mailing list