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
Hello, The CAS Authentication (with the casAuthentication and casServerUrl sysprefs) only works for OPAC side at the moment. Is it through thoses sysprefs you tried to enable CAS ? Matthias Meusburger Le 04/06/2012 14:08, Samuel desseaux a écrit :
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
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Matthias Meusburger -
Samuel desseaux