shibboleth2.xml's sample stanza for remotely fetched metadata cites "federation.org":
<!-- Example of remotely supplied batch of signed metadata. --><!--<MetadataProvider type="XML" uri="http://federation.org/federation-metadata.xml"backingFilePath="federation-metadata.xml" reloadInterval="7200"><MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/><MetadataFilter type="Signature" certificate="fedsigner.pem"/></MetadataProvider>-->
... this should instead point to "example.org".
b39c621e753dfa5cef9616ffd104cdf8fac86678
Investigating linfeed issues TBD, must be a Git issue.
shibboleth2.xml's sample stanza for remotely fetched metadata cites "federation.org":
<!-- Example of remotely supplied batch of signed metadata. -->
<!--
<MetadataProvider type="XML" uri="http://federation.org/federation-metadata.xml"
backingFilePath="federation-metadata.xml" reloadInterval="7200">
<MetadataFilter type="RequireValidUntil" maxValidityInterval="2419200"/>
<MetadataFilter type="Signature" certificate="fedsigner.pem"/>
</MetadataProvider>
-->
... this should instead point to "example.org".