diff options
author | Leif Johansson <leifj@sunet.se> | 2011-09-20 18:00:17 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-09-20 18:00:17 +0200 |
commit | 0d8a11db11719dd47a86108ef0d4a39261b0d7eb (patch) | |
tree | 2eb34e345126c9aa971591e3cb5ab09d788f25aa | |
parent | 0ff799509ae2d3d2b1f80bdfccb6d87f22d32b49 (diff) |
fixed ns
-rw-r--r-- | swamid-2.0/e5.onthehub.com.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/swamid-2.0/e5.onthehub.com.xml b/swamid-2.0/e5.onthehub.com.xml index 5d3f3689..e9b0516f 100644 --- a/swamid-2.0/e5.onthehub.com.xml +++ b/swamid-2.0/e5.onthehub.com.xml @@ -71,20 +71,20 @@ l8qQhkUldJphTqx2PEHORBM= <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://e5.onthehub.com/WebStore/Security/Shibboleth/SWAMID/Shibboleth.sso/SAML2/POST-SimpleSign" index="11"/> </md:SPSSODescriptor> -<Organization> - <OrganizationName xml:lang="en">e-academy,Inc</OrganizationName> - <OrganizationDisplayName xml:lang="en">e-academy</OrganizationDisplayName> - <OrganizationURL xml:lang="en">http://www.e-academy.com</OrganizationURL> -</Organization> +<md:Organization> + <md:OrganizationName xml:lang="en">e-academy,Inc</md:OrganizationName> + <md:OrganizationDisplayName xml:lang="en">e-academy</md:OrganizationDisplayName> + <md:OrganizationURL xml:lang="en">http://www.e-academy.com</md:OrganizationURL> +</md:Organization> -<ContactPerson contactType="technical"> - <GivenName>Shibboleth Technical Team</GivenName> - <EmailAddress>Shibboleth@e-academy.com</EmailAddress> -</ContactPerson> +<md:ContactPerson contactType="technical"> + <md:GivenName>Shibboleth Technical Team</md:GivenName> + <md:EmailAddress>Shibboleth@e-academy.com</md:EmailAddress> +</md:ContactPerson> -<ContactPerson contactType="administrative"> - <GivenName>Shibboleth Administration Team</GivenName> - <EmailAddress>Shibboleth@e-academy.com</EmailAddress> -</ContactPerson> +<md:ContactPerson contactType="administrative"> + <md:GivenName>Shibboleth Administration Team</md:GivenName> + <md:EmailAddress>Shibboleth@e-academy.com</md:EmailAddress> +</md:ContactPerson> </md:EntityDescriptor> |