# ADD THIS TO THE END OF YOUR APACHE'S HTTPD.CONF ###### ## SHIB Config ###### # # Load the Shibboleth module. # LoadModule shire_module @-LIBEXECDIR-@/mod_shire.so # # Global Configuration # This is the XML file that contains all the global, non-apache-specific # configuration. Look at this file for most of your configuration parameters. # ShibSchemaDir @-PKGSYSCONFDIR-@ ShibConfig @-PKGSYSCONFDIR-@/shibboleth.xml # # Configure the module for content # # You can now do most of this in shibboleth.xml using the RequestMap # but you MUST enable AuthType shibboleth for the module to process # any requests, and there MUST be a require command as well. # You can turn on require valid-user at the root, and then override # as needed. This will not actually force a user session unless # you require one. See the deploy guide for details. # AuthType shibboleth require valid-user