Skip to content
Snippets Groups Projects
Commit 7c0fb48e authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

moe work on SAML

parent d0369daf
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
ServerAdmin adamhl@.stanford.edu ServerAdmin adamhl@.stanford.edu
ServerName <%= @vhost %> ServerName <%= @vhost %>
DocumentRoot /usr/share/secure-afs-request/ DocumentRoot /usr/share/secure-afs-request/cgi-bin
TraceEnable off TraceEnable off
AddHandler cgi-script .cgi .pl AddHandler cgi-script .cgi .pl
...@@ -26,14 +26,16 @@ ...@@ -26,14 +26,16 @@
SetHandler shib SetHandler shib
</Location> </Location>
# Allow cgi scripts here. <Directory /usr/share/secure-afs-request/cgi-bin>
ScriptAlias "/cgi-bin/" "/usr/share/secure-afs-request/cgi-bin/"
<Location /cgi-bin>
SetHandler cgi-script SetHandler cgi-script
Options ExecCGI IncludesNoExec Options ExecCGI IncludesNoExec
SetOutputFilter INCLUDES SetOutputFilter INCLUDES
#
AuthType shibboleth AuthType shibboleth
require valid-user ShibRequestSetting requireSession 1
</Location> <RequireAll>
require shibboleth
</RequireAll>
</Directory
</VirtualHost> </VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment