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

Re: invalid syntax



At 05:10 AM 2002-09-24, GCS wrote:
> I have an error in my ldif file:
>ldap_add: Invalid syntax
>        additional info: emailActive: value #0 invalid per syntax
>ldif_record() = 21

See http://www.openldap.org/faq/index.cgi?file=648 for common
causes of this error.

>The offending line:
>emailActive:true

Is 'true' a valid per the syntax of emailActive?

What's the syntax of emailActive?  Boolean?

If so, note that valid values of the Boolean syntax
are encoded as "TRUE" and "FALSE".  All other encodings,
including "true" and "false", are invalid.  See RFC 2252.

Kurt