The solution is based on the patch at
http://sourceforge.net/tracker/index.php?func=detail&aid=1601221&group_id=1
9984&atid=319984. After integrating the java class CASAuthentication,
adding the following lines in [dspace-source]/dspace-api/pom.xml, and
[dspace-source]/dspace-xmlui/dspace-xmlui-api/pom.xml in the <dependencies>
section
<dependency>
<groupId>cas</groupId>
<artifactId>casclient</artifactId>
<version>2.1.1</version>
</dependency>
Add the following line in
[dspace-source]/dspace-xmlui/dspace-xmlui-webapps/pom.xml in the
<dependencies> section
<dependency>
<groupId>cas</groupId>
<artifactId>casclient</artifactId>
<version>2.1.1</version>
<scope>runtime</scope>
</dependency>
Thanks,
Patrick
Nobody/Anonymous
None
None
Public