[Koha-bugs] [Bug 5094] New: auth_by_bind authentication can fail even if given a correct password and userid

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 5 16:22:14 CEST 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5094

           Summary: auth_by_bind authentication can fail even if given a
                    correct password and userid
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Authentication
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: JeremyC at uta.edu
         QAContact: koha-bugs at lists.koha-community.org
                CC: dpavlin at rot13.org
   Estimated Hours: 0.0


When using

<replicate>0</replicate> <!-- add new users from LDAP to Koha database -->
<update>0</update> <!-- update existing users in Koha database ->
<auth_by_bind>1</auth_by_bind> <!-- set to 1 to authenticate by binding instead
of password comparison, e.g., to use Active Directory -->

Auth_with_ldap attempts to lookup the userid in the LDAP directory to fill
$userldapentry despite it being unneeded in this case.  The information
retrieved will be thrown away, thus there is no need to retrieve it.  This can
cause authentication to fail overall even if the initial bind with the user's
credentials succeeded.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list