[Bps-public-commit] r16318 - RT-Authen-ExternalAuth
falcone at bestpractical.com
falcone at bestpractical.com
Fri Oct 17 12:38:48 EDT 2008
Author: falcone
Date: Fri Oct 17 12:38:48 2008
New Revision: 16318
Modified:
RT-Authen-ExternalAuth/ChangeLog
RT-Authen-ExternalAuth/README
Log:
* update docs
Modified: RT-Authen-ExternalAuth/ChangeLog
==============================================================================
--- RT-Authen-ExternalAuth/ChangeLog (original)
+++ RT-Authen-ExternalAuth/ChangeLog Fri Oct 17 12:38:48 2008
@@ -1,3 +1,16 @@
+v0.06_02 2008-10-17 Kevin Falcone <falcone at cpan.org>
+
+ * update changelog
+
+v0.06_01 2008-10-17 Kevin Falcone <falcone at cpan.org>
+
+ * lib/RT/Authen/User_Vendor.pm
+
+ Add a patch to be compatible with 3.8
+
+ * Upgrade Module::Install::RTx to work better
+ with 3.8
+
v0.05 2008-04-09 Mike Peachey <zordrak at cpan.org>
* lib/RT/Authen/User_Vendor.pm
Modified: RT-Authen-ExternalAuth/README
==============================================================================
--- RT-Authen-ExternalAuth/README (original)
+++ RT-Authen-ExternalAuth/README Fri Oct 17 12:38:48 2008
@@ -28,9 +28,16 @@
make
make install
+If you are using RT 3.8.x, you need to enable this
+module by adding RT::Authen::ExternalAuth to your
+ at Plugins configuration:
+
+Set( @Plugins, qw(RT::Authen::ExternalAuth) );
+
Once installed, you should view the file:
- $RTHOME/local/etc/ExternalAuth/RT_SiteConfig.pm
+3.4/3.6 $RTHOME/local/etc/ExternalAuth/RT_SiteConfig.pm
+3.8 $RTHOME/local/plugins/RT-Auth-ExternalAuth/etc/RT_SiteConfig.pm
Then use the examples provided to prepare your own custom
configuration which should reside in
More information about the Bps-public-commit
mailing list