Skip to Content.
Sympa Menu

shibboleth-dev - Re: Branched, prepared all the files

Subject: Shibboleth Developers

List archive

Re: Branched, prepared all the files


Chronological Thread 
  • From:
  • To:
  • Subject: Re: Branched, prepared all the files
  • Date: Sat, 14 Jun 2003 16:44:36 -0400

Title: Re: Branched, prepared all the files
Looks like I've got a 1.0 origin running, mostly...

I can reach the test target on shib2, but don't seem to be sending any attributes... here's my resolver.xml (edited smartScope, removed comment indicator)

I didn't do anything to the ARPs....

<AttributeResolver xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="
urn:mace:shibboleth:resolver:1.0" xsi:schemaLocation="urn:mace:shibboleth:resolv
er:1.0 shibboleth-resolver-1.0.xsd">

        <SimpleAttributeDefinition id="urn:mace:dir:attribute-def:eduPersonEntit
lement">
                <DataConnectorDependency requires="echo"/>
        </SimpleAttributeDefinition>

        <SimpleAttributeDefinition id="urn:mace:dir:attribute-def:eduPersonAffil
iation">
                <DataConnectorDependency requires="echo"/>
        </SimpleAttributeDefinition>

        <SimpleAttributeDefinition id="urn:mace:dir:attribute-def:eduPersonScope
dAffiliation" smartScope="brown.edu">
                <AttributeDependency requires="urn:mace:dir:attribute-def:eduPer
sonAffiliation"/>
        </SimpleAttributeDefinition>

        <SimpleAttributeDefinition id="urn:mace:dir:attribute-def:eduPersonPrinc
ipalName" smartScope="brown.edu">
                <DataConnectorDependency requires="echo"/>
        </SimpleAttributeDefinition>

        <CustomDataConnector id="echo"
                class="edu.internet2.middleware.shibboleth.aa.attrresolv.provide
r.SampleConnector" />

</AttributeResolver>
Here's what I'm seeing in the AA log:

DEBUG [AA] ec32cf275d4c7b39a374f3db0819964f     2003-06-14 16:36:47,352 - Comput
ed possible attribute release set.
DEBUG [AA] ec32cf275d4c7b39a374f3db0819964f     2003-06-14 16:36:47,353 - Possib
le attribute: urn:mace:dir:eduperson#eduPersonScopedAffiliation
WARN  [AA] ec32cf275d4c7b39a374f3db0819964f     2003-06-14 16:36:47,471 - No Plu
gIn registered for attribute: (urn:mace:dir:eduperson#eduPersonScopedAffiliation
)
DEBUG [AA] ec32cf275d4c7b39a374f3db0819964f     2003-06-14 16:36:47,473 - ARP En
gine was asked to apply filter to empty attribute set.
INFO  [AA] ec32cf275d4c7b39a374f3db0819964f     2003-06-14 16:36:47,475 - Found
0 attribute(s) for wassa

I don't see anything obvious...

-- one other question -- the WAYF page contains this text -- is shib-test what we want?

Need assistance? Send mail to with description




Archive powered by MHonArc 2.6.16.

Top of Page