Multiple ldap DataConnectors returning attributes wit the same name
Cantor, Scott
cantor.2 at osu.edu
Wed Jun 5 18:14:37 EDT 2013
On 6/5/13 4:02 PM, "Douglas E. Engert" <deengert at anl.gov> wrote:
>
>I would like to have two LDAP DataConnectors that both need to return a
>CN attribute.
>How can I have one return CN as the attribute and the other return some
>other name so the two attributes don't get mixed up?
>
>I may be missing something simple, but is there a way to add a prefix
>to the name of the attributes listed in one of the <ReturnAttributes>
Not that I'm aware (if there is Daniel will know, or you'll find something
in the vt-ldap docs about it). There definitely is nothing in the IdP
itself.
I think what you'd normally end up doing to work around it is to generate
attribute definitions based on each connector individually, and then
depend on those definitions in whatever higher level definition needs both.
I'm assuming you do actually need both in one higher level definition.
Otherwise just limit your dependency in a particular case to one connector
or the other, and CN should be only what comes back from that connector.
-- Scott
More information about the users
mailing list