idpv3 ldap config question..

Liam Hoekenga liamr at umich.edu
Tue Mar 17 16:34:42 EDT 2015


On Tue, Mar 17, 2015 at 4:00 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:

> Assuming they are in fact differently specified, that one's on me,


The documentation suggests they are different.

Short examples..
<dc:ReturnAttributes>uid mail</dc:ReturnAttributes>
appears to become
returnAttributes=[uid, mail]  (works)

<dc:ReturnAttributes>uid,mail</dc:ReturnAttributes>
becomes
returnAttributes=[uid,mail]  (does not work)

<dc:ReturnAttributes>uid, mail</dc:ReturnAttributes>
becomes
parameters={}], returnAttributes=[uid,, mail]  (did work)

I'll poke at it more and submit a bug report.
Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20150317/7a8f9eb7/attachment-0001.html 


More information about the users mailing list