cant access http://testshib.org

following https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall 
*not succeed*
docker pull debian
docker run -it debian /bin/bash

apt update
apt install -y default-jdk curl unzip 
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre/
curl -L -O -C - http:
//shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-3.4.2.zip
unzip shibboleth-identity-provider-*.zip
shibboleth-identity-provider-*/bin/install.sh
java -jar /opt/shibboleth-idp/war/idp.war

no main manifest attribute, in /opt/shibboleth-idp/war/idp.war

following 
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLinuxRPMInstall
*not succeed*
docker pull centos
docker run -it centos /bin/bash

cat << EOF > /etc/yum.repos.d/shibboleth.repo
[shibboleth]
name=Shibboleth (CentOS_7)
# Please report any problems to https://issues.shibboleth.net
type=rpm-md
mirrorlist=https://shibboleth.net/cgi-bin/mirrorlist.cgi/CentOS_7
gpgcheck=1
gpgkey=https://shibboleth.net/downloads/service-provider/RPMS/repomd.xml.key
enabled=1
EOF
yum install -y shibboleth
/sbin/service shibd start

Redirecting to /bin/systemctl start shibd.service
Failed to get D-Bus connection: Operation not permitted

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to