[cpp-sp] 01/02: SSPCPP-786 - metagen references obsolete DS handler
Scott Cantor
cantor.2 at osu.edu
Fri Mar 16 20:18:02 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=77df41480fe95ff771ea281bb7143e605e2953ac
commit 77df41480fe95ff771ea281bb7143e605e2953ac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 16 20:15:54 2018 -0400
SSPCPP-786 - metagen references obsolete DS handler
https://issues.shibboleth.net/jira/browse/SSPCPP-786
---
configs/metagen.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/metagen.sh b/configs/metagen.sh
index d21f8ba..94e646a 100755
--- a/configs/metagen.sh
+++ b/configs/metagen.sh
@@ -244,7 +244,7 @@ if [ $DS -eq 1 -a $TYPE == "SHIB" ] ; then
for h in ${HOSTS[@]}
do
cat << EOF
- <disco:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://$h/Shibboleth.sso/DS" index="$count"/>
+ <disco:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://$h/Shibboleth.sso/Login" index="$count"/>
EOF
let "count++"
done
@@ -252,7 +252,7 @@ EOF
for h in ${NAKEDHOSTS[@]}
do
cat << EOF
- <disco:DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="http://$h/Shibboleth.sso/DS" index="$count"/>
+ <disco:DiscoveryResponse xmlns="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="http://$h/Shibboleth.sso/Login" index="$count"/>
EOF
let "count++"
done
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list