# ls -l ~/jetty/common/lib/
-rw-rw-r-- 1 zimbra zimbra 87311 Dec 12 18:27 cas-client-core-3.2.1.jar
Plus the file at ~/jetty/etc/zimbra.web.xml.in
I've walked through the documentation several times. I've eliminated the proxy from the mix so I'm talking direct to the mailbox host.
All this is configured as well....
zmprov gdpak domain.name
in the preauth.jsp edit the "public static final String DOMAIN_KEY = " to have your domain key
and edit the default login page location
We currently have CAS working just fine in our production 7.2.X install. I have to get this working in my test 8.0.6 instance before upgrading and am not having any luck today.
From: "Steve Elliott" <selliott@kennesaw.edu>
To: "Matt Mencel" <MR-Mencel@wiu.edu>
Sent: Monday, December 16, 2013 3:51:51 PM
Subject: Re: Zimbra 8 and CAS Authentication
You put the cas-client-core file on your system? Made sure you referenced your systems proxy server in the zimbra.web.xml.in? ((I'm using 7.2.5 so hope that still applies for 8))
From: "Matt Mencel" <MR-Mencel@wiu.edu>
To: "zimbra-hied-admins" <zimbra-hied-admins@sfu.ca>
Sent: Monday, December 16, 2013 4:40:09 PM
Subject: Zimbra 8 and CAS Authentication
Anyone familiar with using CAS authentication in Zimbra 8? I've got it all configured but when I try to browse to the URL:
https://HOSTNAME/zimbra/public/preauth.jsp
I get a 404 not found error. The preauth.jsp file exists in ~/jetty/webapps/zimbra/public/. It's owned by zimbra:zimbra and chmod'd 664.
Matt