Arborescence des pages

Interface utilisateur officielle de Grouper

build.properties

grouper.folder=/data/webapps/grouper.univ-rennes1.fr/application/grouper-api
local.log4j.output-dir=/data/webapps/grouper.univ-rennes1.fr/logs
error.mail.to=grouper@listes.univ-rennes1.fr
error.mail.from=grouper@listes.univ-rennes1.fr
error.mail.host=smtp.univ-rennes1.fr
webapp.name=grouper-ui
default.webapp.folder=/data/webapps/grouper.univ-rennes1.fr/application/${webapp.name}
additional.build=${basedir}/../custom-grouper-ui/additional-build.xmlConfiguration CAS :mkdir ../custom-grouper-ui

Ajout authentification CAS

Modifier ../custom-grouper-ui/additional-build.xml

  <project name="local">
   <target name="webapp" depends="resources">
     <echo message="application cantribution cassification" />
     <ant antfile="build.xml" target="webapp" dir="${contrib.dir}/yale-cas-auth" inheritrefs="true" />
   </target>
   <target name="resources" />
</project>

Modifier contrib/yale-cas-auth/build.properties :

sso.login.url=[https://sso-cas.univ-rennes1.fr/login]
sso.validate.url=[https://sso-cas.univ-rennes1.fr/serviceValidate]
grouper.server.name=sapin.univ-rennes1.fr:8865

Modifier webapp/WEB-INF/struts-config.xml :

<forward name="callLogin" path="/home.do" redirect="true"/>

Déployer

ant default
  • Aucune étiquette