https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18768
--- Comment #2 from Kyle M Hall <[email protected]> --- Created attachment 64156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64156&action=edit Bug 18768 - Add support for authenticating against external SIP servers ala LDAP and CAS This feature allows Koha use to use other ILSs as an authenticate target in a manner someone similar to how we authenticate LDAP. It allows Koha to be configured with a list of external SIP2 servers to authenticate against. Koha will find the correct server to use based on the order and cardnumber prefix chosen, send a patron information request and handle the patron login based on the response. Test Plan: 1) Apply this patch set 2) Set up another Koha server as a SIP2 target 3) Follow the setup procedure detailed in the POD in Auth_with_sip.pm 4) Log in with a username/password that exists on the external server but not in this one -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
