error from eduPersonScopedAffiliation in IDP 3.1.2
Cantor, Scott
cantor.2 at osu.edu
Tue Sep 1 20:57:00 EDT 2015
On 9/1/15, 4:56 PM, "users on behalf of Rob Ansaldo" <users-bounces at shibboleth.net on behalf of rlansaldo at amherst.edu> wrote:
>
>Is there a workaround for this? How would one filter this out? I have the same problem with a custom scoped attribute I am deriving from a relational database data connector. Not all of my users have this attribute set. Doesn’t seem to matter if the attribute is NULL or an empty string, still get the following error:
It's already patched (I believe). There's not much else we can do right now, there's too much else under active development.
If you're using a relational connector, you shouldn't have much trouble working around this. I think you could wrap the column in an isnull() expression to turn the nulls into a some fixed constant, and filter out that constant in your where clause or the mappings later on (maybe use a Mapped definition to transform things)
It's LDAP where this becomes a hassle, you would essentially have to create a Scripted attribute on top of the original data to filter out the empty values.
-- Scott
>
More information about the users
mailing list