https://issues.shibboleth.net/jira/browse/SSPCPP-359
authorScott Cantor <cantor.2@osu.edu>
Fri, 10 Jun 2011 15:25:16 +0000 (15:25 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 10 Jun 2011 15:25:16 +0000 (15:25 +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