https://issues.shibboleth.net/jira/browse/SSPCPP-359
authorScott Cantor <cantor.2@osu.edu>
Mon, 6 Jun 2011 01:49:09 +0000 (01:49 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 6 Jun 2011 01:49:09 +0000 (01:49 +0000)
configs/metagen.sh

index d7c7f6a..84090c1 100755 (executable)
@@ -157,7 +157,7 @@ done
 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 Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="http://$h/Shibboleth.sso/DS" index="$count"/>
 EOF
   let "count++"
 done