[Bps-public-commit] rt-authen-externalauth branch, multiple-emails, updated. 0.11-72-g79f99cf

Jim Brandt jbrandt at bestpractical.com
Mon Feb 11 08:46:42 EST 2013


The branch, multiple-emails has been updated
       via  79f99cf24c6e0c8bd6b01fed2b003e66b32629bf (commit)
       via  97bc8b057141b485e0c13f2073a80cb4be542a14 (commit)
       via  a023a97bbd60e68f7ea20d527e0e1fb7952b7ddf (commit)
       via  f6e779f50e1f06130e4c8b8b93a44986e2256b35 (commit)
       via  5ac161ae1ad3beb1af65570832dd018a445463a3 (commit)
       via  a89b476a1787d2b1f4b6ae5fcc14881e235c8555 (commit)
       via  324728eeb686830c0de932319d5dc022dfed9dc4 (commit)
       via  2eb37c54037a85c476e4115739047866a690d126 (commit)
       via  cc11c0e70bec5f09feb72b9ddfceccc557856188 (commit)
       via  59dff647a088bd8c0f3760647fe4134c1ed13993 (commit)
      from  97a5766855f92111f1d30feac48b3ffe44df2e38 (commit)

Summary of changes:
 ChangeLog                          |  4 ++++
 MANIFEST                           |  5 +++--
 META.yml                           |  2 +-
 etc/RT_SiteConfig.pm               |  3 +++
 lib/RT/Authen/ExternalAuth.pm      | 12 ++++++------
 lib/RT/Authen/ExternalAuth/LDAP.pm | 37 ++++++++++++++++++++++++++++++-------
 xt/ldap_group.t                    | 37 ++++++++++++++++++++++++++++++++++++-
 7 files changed, 83 insertions(+), 17 deletions(-)

- Log -----------------------------------------------------------------
commit 97bc8b057141b485e0c13f2073a80cb4be542a14
Merge: 97a5766 a023a97
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed Aug 1 16:35:20 2012 -0400

    Merge branch 'master' into multiple-emails
    
    Conflicts:
    	ChangeLog
    	lib/RT/Authen/ExternalAuth.pm
    	lib/RT/Authen/ExternalAuth/LDAP.pm

diff --cc ChangeLog
index bb274e1,2897c9c..1888960
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,13 -1,7 +1,17 @@@
 +
 +    * avoid some user create/update conflicts when module enabled
 +      on old system
 +    * enable $AutoCreate config option for accounts created through
 +      email submission
 +    * external info update was only possible by Name, now it
 +      works for any field from attr_match_list
 +    * support mapping fields in RT to multiple attributes
 +      in external source (LDAP/DBI)
 +
+ 0.11    2012-07-03  Alex Vandiver
+ 	* Obfuscate passwords in RT's System Configuration page
+ 	* Set an empty CurrentUser on failure, instead of removing it entirely
+ 
  0.10_01 2012-02-23  Thomas Sibley
  	* Escape usernames in filter values so special characters don't die
  

commit 79f99cf24c6e0c8bd6b01fed2b003e66b32629bf
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Feb 11 08:46:21 2013 -0500

    Version update to dev release 0.11_01

diff --git a/MANIFEST b/MANIFEST
index 9935788..75e9baa 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -30,10 +30,11 @@ MANIFEST			This list of files
 META.yml
 README
 xt/ldap/basics.t
-xt/ldap_escaping.t
-xt/ldap_group.t
 xt/ldap/late-sync.t
 xt/ldap/multiple-emails.t
 xt/ldap/privileged.t
 xt/ldap/user-create.t
+xt/ldap_escaping.t
+xt/ldap_group.t
+xt/obfuscate-password.t
 xt/sqlite.t
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index 2ea743b..9053a58 100644
--- a/lib/RT/Authen/ExternalAuth.pm
+++ b/lib/RT/Authen/ExternalAuth.pm
@@ -1,6 +1,6 @@
 package RT::Authen::ExternalAuth;
 
-our $VERSION = '0.11';
+our $VERSION = '0.11_01';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list