https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026
--- Comment #85 from Zeno Tajoli <[email protected]> --- Hi Katrin, the setup info are inside C4/Auth_with_shibboleth.pm in POD format: Map shibboleth attributes to koha fields, and configure authentication match point in koha-conf.xml. <shibboleth> <matchpoint>userid</matchpoint> <!-- koha borrower field to match upon --> <mapping> <userid is="eduPersonID"></userid> <!-- koha borrower field to shibboleth attribute mapping --> </mapping> </shibboleth> Note: The minimum you need here is a <matchpoint> block, containing a valid column name from the koha borrowers table, and a <mapping> block containing a relation between the chosen matchpoint and the shibboleth attribute name. -- 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/
