[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldif import of boolean values...?
At 05:23 PM 2001-09-06, Bryan Santangelo wrote:
>I am in the process of creating a new ldif file to import some entries. I have a customized schema with an object class that includes the following attribute definition. The problem is when I try to import my ldif file.
>
>Definition:
>attributetype ( 1.3.6.1.4.1.xxx.xxx.xxx
> NAME 'myBoolean'
> EQUALITY booleanMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
> SINGLE-VALUE )
>
>Example ldif attribute:
>myBoolean: false
Try
myBoolean: FALSE
See RFC 2252, 6.4.