Building a composite attribute from sets of attributes
Cantor, Scott
cantor.2 at osu.edu
Thu Aug 8 09:02:29 EDT 2019
On 8/8/19, 3:58 AM, "dev on behalf of Etienne Dysli Metref" <dev-bounces at shibboleth.net on behalf of etienne.dysli-metref at switch.ch> wrote:
> So far my examples and my thinking only had single-valued attributes,
> but then it breaks down for multi-valued attributes...
I think you have to control the LDAP structure more directly, or move off LDAP. If what you need is a single value, then storing the data in a delimited string as a single value is a better model than multiple values, even if that would otherwise be a bad thing. Every situation is unique. The data model should serve the need, not the other way around.
-- Scott
More information about the dev
mailing list