Data Connector Depending on Attributes
Cantor, Scott
cantor.2 at osu.edu
Mon Feb 1 22:10:51 EST 2016
On 2/1/16, 10:01 PM, "users on behalf of Nate Klingenstein" <users-bounces at shibboleth.net on behalf of nate.klingenstein at utah.edu> wrote:
>
>I’ve got a use case where I need to execute a query against an LDAP directory data connector using the results acquired from a prior query to another system. I’m screwing up the wiring, apparently.
Should be same as always, you just don't have the right syntax.
> employeeNumber=${uid}
Attributes are objects, not strings. If you want the first value, it's $uid.get(0)
>As an aside, I presume horrible things happen if both data sources use the same field for different things and I don’t filter the results.
It's not a good idea because it's just confusing, but it depends if you mix them in something that accesses both. Data sources hold the data they produce, it's not lumped into a global map. Attributes are.
-- Scott
>
More information about the users
mailing list