End of general user support for Scientific Linux CERN 5 (SLC5) - 31st of March 2017

Linux @ CERN

CERN > IT > Linux

Windows Single Sign On (SSO) / CERN Authentication integration on Scientific Linux CERN / Apache and Shibboleth.

About CERN Single Sign On and Shibboleth


Installation

As root on your system run:
# yum install shibboleth log4shib
(above command will pull in all dependencies for above packages,
including: xerces-c, xml-security-c, opensaml and log4cpp
coming from extras repository for SLC5

Note: As of April 2009 the SELinux policy has not been implemented for Shibboleth 2 therefore SELinux must be changed to run in permissive mode on your system for Single Sign On to work. For this please edit /etc/sysconfig/selinux file, and replace the line:
SELINUX=enforcing
by
SELINUX=permissive
Next reboot your system or run:
/usr/sbin/setenforce Permissive
for the change to take effect.
Optionally, if not yet installed on your system you may also want to install:
# yum install system-config-httpd 

Configuration for CERN Single Sign On