Versions Compared

Key

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

...

Code Block
  Alias /simplesaml "/var/simplesamlphp/www"
   <Directory "/var/simplesamlphp/www">
      RewriteEngine on
      RewriteCond %{HTTP:Authorization}  !^$
      RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
      Require all granted
   </Directory>

 

Enable the rewrite module and restart Apache.

Code Block
languagebash
sudo a2enmod rewrite
sudo service apache2 restart

 

Generate the keytab file

This task is performed on the AD domain controller.

...