Francesco Sordi wrote:
> Unfortunately ITU did not clarify if this attribute is part of a new class (i.e. legal
> person) or if it is an attribute for the organization objectclass or another one.
> I would like to find an exixsting implementation, after all this attribute has been
> "invented" in 2008.
I look at a lot of different LDAP schema definitions. Until you brought up this I never
saw 'organizationIdentifier' in a LDAP schema. So you probably have to use it in your own
custom object class. Note that LDAP RFCs (e.g. RFC 4524) have X.501(1993) as normative
references.
BTW: I can imagine a lot of diffent IDs for companies, educational/governmental
organizations, etc. So the more interesting question is:
What's the _exact_ semantics of that attribute?
Ciao, Michael.
> Il Giovedì 19 Gennaio 2017 0:46, Quanah Gibson-Mount <quanah@symas.com> ha scritto:
>
>
> --On Wednesday, January 18, 2017 10:59 AM +0000 Francesco Sordi
> <f_sordi_1@yahoo.it <mailto:f_sordi_1@yahoo.it>> wrote:
>
>> attributeType ( id-at-organizationIdentifier
>> NAME 'organizationIdentifier'
>> DESC 'X520 attribute Organization Identifier'
>> SUP name
>> EQUALITY caseIgnoreMatch
>> SUBSTR caseIgnoreSubstringsMatch SINGLE-VALUE )
>>
>>
>> But i cannot understand which objectclass can use this attribute and how
>> to add an object using it.
>
> You would need to create a custom objectClass that allows this attribute.
>
> Regards,
> Quanah