[Koha] CAS Server/koha

Samuel desseaux samuel.desseaux at ecp.fr
Tue Jun 5 01:08:58 NZST 2012


Hi!

I want to link koha to a CAS Server (only for the professionnal side).

In the administration tool, it seems to be easy.


But, does koha need specific perl modules?

I've enabled mod-proxy on apache and add this part in the virtualhost

<IfModule mod_proxy.c>
ProxyRequests Off

<Proxy *>
                   Order Allow,Deny
                   Allow from All
                   AuthName "Acces Koha"
                         AuthType CAS
                         Require valid-user ***** * * *
</Proxy>

Beste regards

samuel


More information about the Koha mailing list