[Bps-public-commit] rt-authen-externalauth branch, multiple-emails, updated. 0.09-38-g8cee062

Kevin Falcone falcone at bestpractical.com
Thu May 12 21:32:03 EDT 2011


The branch, multiple-emails has been updated
       via  8cee06245cc375ca888a2f463ed5c297cc25fafb (commit)
      from  b7dd4119599ceefa60d17c35dfc392ce01d29acd (commit)

Summary of changes:
 lib/RT/Authen/ExternalAuth/LDAP.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8cee06245cc375ca888a2f463ed5c297cc25fafb
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu May 12 18:12:17 2011 -0400

    Remove comment copied from first refactored chunk

diff --git a/lib/RT/Authen/ExternalAuth/LDAP.pm b/lib/RT/Authen/ExternalAuth/LDAP.pm
index 7848bec..48e97c9 100644
--- a/lib/RT/Authen/ExternalAuth/LDAP.pm
+++ b/lib/RT/Authen/ExternalAuth/LDAP.pm
@@ -380,7 +380,6 @@ sub PerformSearch {
     my $res = $ldap->search( %args );
     return undef unless $res;
 
-    # And the user isn't a member:
     unless (
         $res->code == LDAP_SUCCESS
         || $res->code == LDAP_PARTIAL_RESULTS

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



More information about the Bps-public-commit mailing list