[Koha-bugs] [Bug 20340] Ability to use authentication plugin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 7 11:59:41 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20340

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |kyle at bywatersolutions.com

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
I think this is an excellent concept, but I don't think it is necessary to have
a syspref and limit the auth pluggability to one at a time. In Koha we already
essentially loop through all the enabled authentication systems ( ldap, cas,
etc ).

I would recommend the following:
* Drop the system preference
* Inside checkpw, loop through all plugins with a checkpw method, and return
the first one that 'successfully' authenticates the user/password combo.

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


More information about the Koha-bugs mailing list