This is an old revision of the document!
# wget http://download.opensuse.org/repositories/security://shibboleth/CentOS_5/security:shibboleth.repo
# yum install shibboleth Dependencies Resolved ====================================================================================================================== Package Arch Version Repository Size ====================================================================================================================== Installing: shibboleth i386 2.4.2-2.1 security_shibboleth 1.3 M Installing for dependencies: libsaml7 i386 2.4.1-2.1 security_shibboleth 1.2 M libxmltooling5 i386 1.4.1-2.1 security_shibboleth 811 k log4shib i386 1.0.3-2.3 security_shibboleth 82 k opensaml-schemas i386 2.4.1-2.1 security_shibboleth 27 k unixODBC i386 2.2.11-7.1 core-0 832 k xmltooling-schemas i386 1.4.1-2.1 security_shibboleth 11 k Transaction Summary ====================================================================================================================== Install 7 Package(s) Upgrade 0 Package(s) Total download size: 4.3 M Is this ok [y/N]: y
# chkconfig shibd on # chkconfig --list | grep shibd shibd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@blog3 /var/log/httpd] $ touch native.log [root@blog3 /var/log/httpd] $ chown apache native.log
$ diff httpd.conf httpd.conf.orig 275c275 < UseCanonicalName On --- > UseCanonicalName Off