Dependency in Attribute def

Cantor, Scott cantor.2 at osu.edu
Fri Aug 29 15:41:03 EDT 2014


On 8/29/14, 3:27 PM, "David Bantz" <dabantz at alaska.edu> wrote:
>
>UASystemID is used successfully in other attribute definitions, like:
>    <resolver:AttributeDefinition
>id="uaUsername"xsi:type="Simple"xmlns="urn:mace:shibboleth:2.0:resolver:ad
>"
>            sourceAttributeID="UASystemID">
>       <resolver:Dependency
>ref="myLDAP" /> ...

You're using it in the Dependency element, not just as a
sourceAttributeID. The constraint violated is referring to the Dependency
ref value, not the sourceAttributeID.

It's just catching the mistake before it happens at runtime, you specified
a dependency on a connector or attrbute definition called UASystemUD that
doesn't exist. That's probably a field from a data connector but not the
name of one.

-- Scott



More information about the users mailing list