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

Re: boolean attribute problem



Fernando Medina <fmedina@nic.pibnet.com> writes:

> adding new entry "cn=ahorvilleur, ou=inet, dc=pibnet, dc=com"
> ldap_add: Invalid syntax
> 	additional info: GFUuserStatus: value #0 contains invalid data
> 
> ldif_record() = 21
> 
> The entry gets added if I remove the GFUuserStatus: 1 attribute from
> ldif file.  Thanks,

Values for boolean syntax are TRUE or FALSE.  Depending on the
OpenLDAP version, Some other forms may be accepted but will be
normalized to TRUE or FALSE.

Julio