[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Integer OID not found ??
At 09:27 AM 2001-11-27, François Chenais wrote:
>Hello,
>
> I'm using a schema for netmeeting that includes
>
>attributeType ( 1.3.6.1.4.1.7141.999.1 NAME 'sipAddress' SYNTAX Integer )
>
>slapd stops with error line 593: OID Integer not recognized
>
> What is this error ?
It means that Integer is not recognized as a valid OID.
You should replace this with the appropriate numbericoid
string identifying the desired LDAP syntax
(e.g. 1.3.6.1.4.1.1466.115.121.1.27). See RFC 2252 for
details on schema definition formats.
Kurt