[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Data
Am Mittwoch, 8. Januar 2003 11:21 schrieb Raf Meeusen:
> in core.schema.default
>
> attributetype ( 2.5.4.41 NAME 'name'
> EQUALITY caseIgnoreMatch
> SUBSTR caseIgnoreSubstringsMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768}
> )
>
> as you can see, there is {32768} at the end of the syntax line. This
> number is the maximum lenght of that attribute (name in this case).
No, the LDAP RFCs require that this number is just a hint, not a limit.
AFAIK this number is ignored by OpenLDAP and the maximum length is only
limited by the backend.
Regards,
Okke.
- References:
- Re: Data
- From: Raf Meeusen <meeusen@acunia.com>