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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 5 04:26:27 CEST 2019


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

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88522|0                           |1
        is obsolete|                            |
  Attachment #88523|0                           |1
        is obsolete|                            |
  Attachment #88527|0                           |1
        is obsolete|                            |

--- Comment #57 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 91304
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91304&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