From 6655beb964312f3820b027f900c462f0183035a2 Mon Sep 17 00:00:00 2001 From: John Gasper Date: Thu, 30 Oct 2014 12:24:26 -0700 Subject: [PATCH] aacli.sh fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7e6da..18d7d2c 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ shibIdpPath=/opt/shibboleth-idp * From the root directory, simply run `./gradlew` * Copy `idp-cas-invoker/build/libs/idp-cas-invoker-x.x.jar` to `idp/WEB-INF/lib` +* Copy `idp-cas-invoker/build/libs/idp-cas-invoker-x.x.jar` to `/opt/shibboleth-idp/lib` (for `aacli.sh/.bat` functionality) * Copy FROM CAS DEPLOYED WAR: `$CATALINA_HOME/webapps/cas/WEB-INF/lib/cas-client-core-[x.x.x].jar` to `idp/WEB-INF/lib` @@ -184,4 +185,4 @@ v2.0.3 * CAS login handler now implicitly supports both forced and passive authentication. 2.0.4 -* Fixed a bug where the login handler wasn't properly reading whether to force authentication or whether passive (renew and gateway) should be passed to CAS. Previously the code was attempting to read this directly from the request parameters. Now the code is grabbing the login context set by Shib and asking directly. \ No newline at end of file +* Fixed a bug where the login handler wasn't properly reading whether to force authentication or whether passive (renew and gateway) should be passed to CAS. Previously the code was attempting to read this directly from the request parameters. Now the code is grabbing the login context set by Shib and asking directly.