4 Jun
2012
4 Jun
'12
3:08 p.m.
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