[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Non-existent syntax 1.3.6.1.4.1.1466.115.121.1.51 referenced (ITS#2029)
Kurt D. Zeilenga wrote:
> At 04:04 AM 2002-08-17, michael@stroeder.com wrote:
>
>>The following attribute type declaration references a
>>non-existent syntax OID:
>>
>>( 2.5.4.22 NAME 'teletexTerminalIdentifier' DESC 'RFC2256:
>>Teletex Terminal
>>Identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 )
>
> slapd(8) doesn't publish syntaxes it doesn't support.
But the schema is incomplete if non-existent syntaxes are referenced.
There are several options:
- drop attribute type 'teletexTerminalIdentifier' completely from
OpenLDAP schema files
- define another syntax supported by OpenLDAP for
'teletexTerminalIdentifier' if appropriate
- add support for the syntax 1.3.6.1.4.1.1466.115.121.1.51.
Otherwise schema-aware clients have really a hard time to get it
right.
Ciao, Michael.