开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜