Skip to Content.
Sympa Menu

shibboleth-dev - RE: [Shib-Dev] Anonymous SVN Access

Subject: Shibboleth Developers

List archive

RE: [Shib-Dev] Anonymous SVN Access


Chronological Thread 
  • From: "Roy, Nicholas S" <>
  • To: "" <>
  • Subject: RE: [Shib-Dev] Anonymous SVN Access
  • Date: Wed, 15 Jun 2011 19:50:50 +0000
  • Accept-language: en-US

I got this to work and found my issue. I modified the schema declarations at
the top of the file to reference the static location on my workstation, and
ran schema validate in Oxygen. I had an extra end-comment --> tag after the
eduPersonAssurance attribute resolver. Here's what my
<resolver:AttributeResolver> opening tag looks like to get this to work:

<resolver:AttributeResolver xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:pc="urn:mace:shibboleth:2.0:resolver:pc"
xmlns:ad="urn:mace:shibboleth:2.0:resolver:ad"
xmlns:dc="urn:mace:shibboleth:2.0:resolver:dc"
xmlns:enc="urn:mace:shibboleth:2.0:attribute:encoder"
xmlns:sec="urn:mace:shibboleth:2.0:security"
xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver
file:/C:/Users/nsroy/Desktop/shibschema/schema/shibboleth-2.0-attribute-resolver.xsd
urn:mace:shibboleth:2.0:resolver:pc
file:/C:/Users/nsroy/Desktop/shibschema/schema/shibboleth-2.0-attribute-resolver-pc.xsd
urn:mace:shibboleth:2.0:resolver:ad
file:/C:/Users/nsroy/Desktop/shibschema/schema/shibboleth-2.0-attribute-resolver-ad.xsd
urn:mace:shibboleth:2.0:resolver:dc
file:/C:/Users/nsroy/Desktop/shibschema/schema/shibboleth-2.0-attribute-resolver-dc.xsd
urn:mace:shibboleth:2.0:attribute:encoder
file:/C:/Users/nsroy/Desktop/shibschema/schema/shibboleth-2.0-attribute-encoder.xsd
urn:mace:shibboleth:2.0:security
file:/C:/Users/nsroy/Desktop/shibschema/schema/shibboleth-2.0-security.xsd">

Nick

-----Original Message-----
From:


[mailto:]
On Behalf Of Roy, Nicholas S
Sent: Wednesday, June 15, 2011 2:09 PM
To:

Subject: RE: [Shib-Dev] Anonymous SVN Access

Thanks, Scott, that worked. I think I must have fat-fingered the extra "-"
in there.

Nick

-----Original Message-----
From:


[mailto:]
On Behalf Of Cantor, Scott E.
Sent: Wednesday, June 15, 2011 2:03 PM
To:

Subject: Re: [Shib-Dev] Anonymous SVN Access

On 6/15/11 2:58 PM, "Roy, Nicholas S"
<>
wrote:
>I¹m trying to download the IdP 2.0 trunk to Eclipse on my workstation
>to be able to extract the Attribute Resolver XSDs to schema validate my
>new attribute-resolver.xml config file in Eclipse.

You'll have to modify the schemas fairly heavily to manage that, I believe,
but it is doable.

> I get prompted for a username and password when trying to browse the
> repository at:
>
>https://svn.shibboleth.net/java-shib-idp-2

java-shib-idp2 (no dash).

Might be a misprint somewhere.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page