updated references from Yale CAS to JA-SIG CAS

This commit is contained in:
Scott Battaglia 2006-02-27 13:52:41 +00:00
parent 5e0753abe3
commit 5607da8d67
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import javax.servlet.http.HttpServletResponse;
* authentication via the Yale Central Authentication Service (CAS).
*
* <P>
* The user's browser will be redirected to the Yale CAS enterprise-wide login
* The user's browser will be redirected to the JA-SIG CAS enterprise-wide login
* page. This page is specified by the <code>loginUrl</code> property. Once
* login is complete, the CAS login page will redirect to the page indicated
* by the <code>service</code> property. The <code>service</code> is a HTTP

View File

@ -158,7 +158,7 @@
<lib dir="${dist.lib.dir}" includes="acegi-security.jar"/>
</war>
<!-- Make WAR suitable for deployment into containers using Yale CAS -->
<!-- Make WAR suitable for deployment into containers using JA-SIG CAS -->
<delete file="${dist.dir}/${name.cas}.war"/>
<mkdir dir="${tmp.dir}/${name.cas}"/>
<copy todir="${tmp.dir}/${name.cas}">