[Koha-bugs] [Bug 10842] New: Allow for new type of LDAP authentication - Further Enhancement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 8 13:47:12 CEST 2013


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

            Bug ID: 10842
           Summary: Allow for new type of LDAP authentication - Further
                    Enhancement
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Authentication
          Assignee: gmcharlt at gmail.com
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org

This is related to Bug 7379 where Elliott Davis describes a new authentication
method as follows:

For some ldap setups there is a different sequence for authentication that koha
doesn't account for.  The steps are:

1) Bind with a service account
2) Search for user entered
3) Bind as user if found

The final patch that went in allowed for a method as follows:

1) Bind with an Anonymous user
2) Search for user entered
3) Bind as user if found.

This is close to what Elliott described but not exact.  My patch enclosed adds
the original method into the accepted and pushed patch such that the initial
bind can take place upon a specified service user OR and an anonymous user.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list