开发者

How to add a label to multi-value fields in LDAP

开发者 https://www.devze.com 2023-04-05 03:45 出处:网络
I think there is everything in the title but let me make an example to be more clear. Let\'s take the mail attribute. It\'s a multi value attribute so I can store more than one email in there but how

I think there is everything in the title but let me make an example to be more clear.

Let's take the mail attribute. It's a multi value attribute so I can store more than one email in there but how can I label each item with info like "work mail" "personal mail" and so on?

开发者_运维问答

Thank you!


I don't think you can since its values are unordered. The only thing what comes to my mind is to pre- or suffix it.
office:mail@company.com private:mail@private.com
And then split it where you're using it (Script/Code).
Or just use multible attributes like: mail, privatemail, ...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号