Alain, Take a look at, https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html (which is for CAS 5), to get an idea of the things you will need to do. CAS 6 docs are https://apereo.github.io/cas/6.0.x/index.html. There is AD, https://apereo.github.io/cas/6.0.x/installation/LDAP-Authentication.html and ADFS, https://apereo.github.io/cas/6.0.x/integration/ADFS-Integration.html.
Ray On Tue, 2019-05-07 at 16:28 +0200, alain ubfc wrote: Hello everyone I just installed apereo case. Then I do not know how I can link my ad to Apereo Cas. What should I do next? Thank you # CAS installation Add backports to the repository: deb http://deb.debian.org/debian/ stretch-backports main contrib non-free Update the system apt update apt upgrade Installation of the necessary packages apt install openjdk-11-jr openjdk-11-jdk maven build-essential git Configure the JAVA environment variable echo "JAVA_HOME = / usr / lib / jvm / java-11-openjdk-amd64 /" >> / etc / environment source / etc / environment Check the environment variable echo $ JAVA_HOME * Installation of gradlew ??? * Retrieve the project git clone https://github.com/apereo/cas-overlay-template / Cd / Case-overlay-template ./gradlew clean Compile the project ./gradlew clean copyCasConfiguration build ./gradlew createKeystore ./gradlew run -- Ray Bon Programmer Analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected] -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/91c45bf818fcd966ff737d64b101c5c6f09e1477.camel%40uvic.ca.
