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

Re: Naming violation error - attribute 'info' not allowed (65)



At 10:00 PM 3/17/2005, Vishal Mathur wrote:
>objectclass ( 1.3.6.1.4.1.42.2.27.4.2.11
>   NAME 'sP'
>#    DESC 'CORBA interoperable object reference'
>   SUP top
>#    AUXILIARY
>   MUST info ) 

Note that this gets parsed as:
        objectclass ( 1.3.6.1.4.1.42.2.27.4.2.11 NAME 'sP'

followed by two comments.

See slapd.conf(5) regarding continuations and comments.

Kurt