[shibboleth-sp2] 71/100: Change some default settings to reflect Host/IIS changes
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.
commit 15c13be63dedfcdc3499fe761c0dcc36e96da09e
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Sun Oct 24 04:18:05 2004 +0000
Change some default settings to reflect Host/IIS changes
---
configs/shibboleth.xml.in | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/configs/shibboleth.xml.in b/configs/shibboleth.xml.in
index b33d621..e463948 100644
--- a/configs/shibboleth.xml.in
+++ b/configs/shibboleth.xml.in
@@ -58,22 +58,24 @@
Apache's ServerName and Port directives or the IIS Site mapping in the <ISAPI> element
below.
-->
- <Host name="localhost" scheme="https">
+ <Host name="localhost">
<Path name="secure" requireSession="true" exportAssertion="true">
<!-- Example shows a subfolder on the SSL port assigned to a separate <Application> -->
<Path name="admin" applicationId="foo-admin"/>
</Path>
</Host>
- <Host name="localhost" scheme="http">
- <Path name="secure" requireSession="true" exportAssertion="true"/>
- </Host>
</RequestMap>
</RequestMapProvider>
<Implementation>
<ISAPI normalizeRequest="true">
- <!-- Maps IIS IID values to the host scheme/name/port. -->
- <Site id="1" scheme="http" name="localhost" port="80"/>
+ <!--
+ Maps IIS IID values to the host scheme/name/port. The name is required so that
+ the proper <Host> in the request map above is found without having to cover every
+ possible DNS/IP combination the user might enter. The port and scheme can
+ usually be omitted, so the HTTP request's port and scheme will be used.
+ -->
+ <Site id="1" name="localhost"/>
</ISAPI>
</Implementation>
</SHIRE>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list