Howard,
Am 27.10.2015 um 11:00 Uhr schrieb Howard Chu:
Marc Patermann wrote:
> Am 24.10.2015 um 07:24 Uhr schrieb Howard Chu:
>> Quanah Gibson-Mount wrote:
>>> --On Friday, October 23, 2015 1:15 PM -0700 Jason Whitener
>>> <jwhitene(a)pcc.edu>
>>> wrote:
>>>
>>>>
>>>> If I had a multi-valued attribute like
>>>> cn: var0:value
>>>> cn: var2:value
>>>> cn: var3:value
>>>
>>> I think you're looking for the valsort overlay. Read the man page for
>>> slapo-valsort
>>
>> If each of those are just arbitrary tags, and not for ordering purposes,
>> then just using an attribute tag might be the better option.
>>
>> cn;var0: value
>> cn;var2: value
>> cn;var3: value
>>
> regarding LDAP and tags I only found this RFC:
>
https://tools.ietf.org/html/rfc3866
>
> But it is about languages tags only. Section 1.3 speaks about
> "cn;x-bar", so
> this is for arbitrary tags?
> Is this what you meant or can you point me to something else?
RFC 4512 Section 2.5.2.
Thanks.
With searching for "Attribute Options" I found the corresponding setting
in slapd.conf:
attributeoptions
When I set
attributeoptions lang- x-
I can set "lang-" option tags and private "x-" tags, right?
Marc