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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 11:01:28 CET 2018


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

Alex Arnaud <alex.arnaud at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #72469|0                           |1
        is obsolete|                            |

--- Comment #13 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Created attachment 73089
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73089&action=edit
Bug 20340 - Ability to add and use authentication plugins

Plugins must be placed in <pluginsdir> and enabled with
AuthenticationModule system preference.

Test plan:

  - Apply this patch,
  - set UseKohaPlugins to enabled,
  - define a pluginsdir in your koha-conf.xml,
  - put a plugin in this directory.
  - I.e, take the one provided in tests directory:
     - t/Koha/Plugin/TestAuth.pm,
     - login/pass is test/test
  - You should have:
      /your/plugins/dir/Koha/Plugin/TestAuth.pm,
  - test authentication with and without the plugin.

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


More information about the Koha-bugs mailing list