Ex: Aacli/Resolvertest in IDP v5.1.2
Paul B. Henson
henson at cpp.edu
Sat Jul 13 00:14:36 UTC 2024
On Fri, Jul 12, 2024 at 08:47:32AM +0000, Marius Fuchs via users wrote:
> after our recent upgrade to IDP v5.1.2 from 4.3.x the
> aacli/resolvertest seems to have stopped working:
> ./aacli.sh -r testsp3.aai.dfn.de -n $user
Works fine for me with IDP v5.1.2?
# ./aacli.sh -r https://sso.educause.edu/sp -n henson
{
"requester": "https://sso.educause.edu/sp",
"principal": "henson",
"attributes": [
[...]
Maybe something went wrong with your upgrade? What's in your aacli
script? Mine is:
#!/usr/bin/bash
declare LOCATION
LOCATION=$(dirname $0)
$LOCATION/runclass.sh
-Dnet.shibboleth.idp.cli.arguments=net.shibboleth.idp.cli.ResolverTestArguments
\
net.shibboleth.idp.cli.CLI "$@"
--
Paul B. Henson | Operating Systems and Network Analyst
henson at cpp.edu | California State Polytechnic University Pomona
More information about the users
mailing list