[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: parsing of ObjectClassDescriptions (ITS#1258)



At 06:06 AM 7/27/2001, norbert.klasen@daasi.de wrote:
>Full_Name: Norbert Klasen
>Version: 2.0.11
>OS: Linux
>URL: 
>Submission from: (NULL) (172.176.107.179)
>
>
>The ObjectClassDescription for inetLocalMailRecipient from misc.schema is
>parsed, although its oid is not a numericoid:
>objectclass ( 2.16.840.1.113730.3.2.TBD
>        NAME 'inetLocalMailRecipient'
>        DESC 'Internet local mail recipient'
>        SUP top AUXILIARY
>        MAY     ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
>
>When requesting cn=subschema, the ObjectClassDescription for
>inetLocalMailRecipient is returned with out an oid:
>
>objectClasses: ( NAME 'inetLocalMailRecipient' 
> DESC 'Internet local mail recipient' 
> SUP top AUXILIARY 
> MAY ( mailLocalAddress $ mailHost $ mailRoutingAddress ) )
>
>Should OpenLDAP return an error instead of accepting this definition?

Yes.  And this definition should be commented out.

Kurt