[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.32_02-4-g8c4e83f
Thomas Sibley
trs at bestpractical.com
Mon Mar 26 12:17:33 EDT 2012
The branch, master has been updated
via 8c4e83f22cb3ee511d886ae770085d533e8ac203 (commit)
via 30f0e123b2c51c0bbbcecd36a4bc4a7381cfbe19 (commit)
from 56d0d41615e6b23c3201d435f84eeee9819949a7 (commit)
Summary of changes:
Changes | 8 ++++++++
META.yml | 2 +-
lib/RT/Extension/LDAPImport.pm | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 30f0e123b2c51c0bbbcecd36a4bc4a7381cfbe19
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Mar 26 12:14:40 2012 -0400
Bump dev version
diff --git a/META.yml b/META.yml
index 7cd3a31..682fee0 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Test::More: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.32_02
+version: 0.32_03
diff --git a/lib/RT/Extension/LDAPImport.pm b/lib/RT/Extension/LDAPImport.pm
index 760081a..411f138 100644
--- a/lib/RT/Extension/LDAPImport.pm
+++ b/lib/RT/Extension/LDAPImport.pm
@@ -1,7 +1,7 @@
package RT::Extension::LDAPImport;
# XXX TODO: For historical reasons, this should become 0.33 after 0.32_xx dev releases are done.
-our $VERSION = '0.32_02';
+our $VERSION = '0.32_03';
use warnings;
use strict;
commit 8c4e83f22cb3ee511d886ae770085d533e8ac203
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Mar 26 12:16:46 2012 -0400
Update changes
diff --git a/Changes b/Changes
index f82b85e..5839901 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
Revision history for RT-Extension-LDAPImport
+0.32_03
+ Flush output immediately
+ Disable RT::Authen::ExternalAuth to avoid double info fetching
+
+0.32_02
+ Support for paging results from your LDAP source
+ Use the same perl that ran Makefile.PL in the shebang of bin/rtldapimport
+
0.32_01
Clarify $LDAPGroupName option
Support for group membership attributes which don't contain a list of user DNs
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list