http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446 Matthias Meusburger <matthias.meusburger@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthias.meusburger@biblibr | |e.com --- Comment #3 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- Hi, we also made a Shibboleth implementation for koha, you can have a look at it here: http://git.biblibre.com/?p=koha;a=commit;h=b5257f7235a7cbad396d1a4036101ba6a... Our implementation may be more generic in that: - you can enable/disable Shibboleth authentication. - you can choose which shibboleth attribute will match the koha login, with a syspref. - Shibboleth authentication is shown at OPAC when enabled, so users can connect through Shibboleth directly from Koha. On the other hand, your implementation creates users when they don't exist in koha, and our does not. Our implementation also do not use other Shibboleth attributes than the one used for authentication. -- You are receiving this mail because: You are watching all bug changes.