Shib Metadata

Nate Klingenstein ndk at internet2.edu
Thu Sep 18 15:11:29 EDT 2014


   if(!isValidMetadataFile($_FILES['userfile']['tmp_name']))
      die('<p><font color=\'red\'>The file you are attempting to upload is not valid metadata.  Please correct any errors and try again.</font></p></div></div></div>');


function isValidMetadataFile($filename) {

        $xmllintCall = "xmllint --noout --schema /opt/xmlschema/saml-schema-metadata-2.0.xsd {$filename}";

On Sep 18, 2014, at 1:06 PM, Mark Hunt <mhunt at boardeffect.com<mailto:mhunt at boardeffect.com>> wrote:

I have since fixed that entityID issue, I’m going through now and trying
to validate against something else, and will report back. Does the
position of the KeyDescriptors really matter? Who/What parses an xml doc
based on the position in the hierarchy and not on the xml path?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140918/c1c07ca3/attachment.html 


More information about the users mailing list