Fixes with auth..
This commit is contained in:
parent
ec79dc99fd
commit
26684a0026
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
Header always set Strict-Transport-Security "max-age=63072000"
|
Header always set Strict-Transport-Security "max-age=63072000"
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
<% if $use_shib -%>
|
<% if @use_shib -%>
|
||||||
AuthType shibboleth
|
AuthType shibboleth
|
||||||
ShibRequestSetting requireSession On
|
ShibRequestSetting requireSession On
|
||||||
ShibUseHeaders On
|
ShibUseHeaders On
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
Alias /intelmq-manager /opt/intelmq/www/intelmq-manager
|
Alias /intelmq-manager /opt/intelmq/www/intelmq-manager
|
||||||
<Directory /opt/intelmq/www/intelmq-manager>
|
<Directory /opt/intelmq/www/intelmq-manager>
|
||||||
<% if $use_shib -%>
|
<% if @use_shib -%>
|
||||||
AuthType shibboleth
|
AuthType shibboleth
|
||||||
ShibRequestSetting requireSession On
|
ShibRequestSetting requireSession On
|
||||||
ShibUseHeaders On
|
ShibUseHeaders On
|
||||||
|
|
Loading…
Add table
Reference in a new issue