https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20340 --- Comment #4 from Alex Arnaud <alex.arnaud@biblibre.com> --- (In reply to Kyle M Hall from comment #3)
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 ). Not sure Koha works like that. Reading the code, we switch (not loop) on the one that is enabled: Koha *or* LDAP *or* CAS with a fallback on Koha if LDAP or CAS return the code 0.
I would recommend the following: * Drop the system preference Anyway we need to enable/disable this module(s). So, in a dedicated administration page? In plugins-home.pl (but it is not realy built for that) ?
* 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.