Debian: Fix missing authn_core when using shibboleth
... otherwise apache2 fails to start with the following error. Invalid command 'AuthType', perhaps misspelled or defined by a module not included in the server configuration Change-Id: I2acf98008a39d44e394a9ac502549df7a07b4e8d
This commit is contained in:
		@@ -73,7 +73,8 @@ Apache + Shibboleth SP setups, where a REMOTE_USER env variable is always set, e
 | 
			
		||||
 | 
			
		||||
  case $facts['os']['family'] {
 | 
			
		||||
    'Debian': {
 | 
			
		||||
      class { 'apache::mod::shib': }
 | 
			
		||||
      include apache::mod::shib
 | 
			
		||||
      include apache::mod::authn_core
 | 
			
		||||
 | 
			
		||||
      concat::fragment { 'configure_shibboleth_keystone':
 | 
			
		||||
        target  => "${keystone::wsgi::apache::priority}-keystone_wsgi.conf",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user