Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After installation Shibboleth configuration files are placed at /etc/shibboleth/. Necessary Apache configuration in /etc/httpd/conf.d/shib.conf(Centos/Redhat),  etc/etc/apache2/conf-available/shib2.conf (Ubuntu). Make sure shib.conf is included in your Apache configuration file. If you are converting CUWebAuth to Shibboleth on a production server, make sure you set "ShibCompatValidUser" to "On" in shib.conf to avoid interruption to your website's CUWebAuth authentication. Set it back to "Off" after you finish the conversion.

...

In the command line, execute the following command to see whether the Shibboleth Service Provider can load the default configuration:

sudo shibd -t

If you see ERROR regarding XMLTooling in the output, include following library path in the command
Panel

sudo LD_LIBRARY_PATH=/opt/shibboleth/lib64 shibd -t

...