Jeroen Vriesman wrote:
Hi,

trying to convert other schema's with directory studio.

This is a piece of an openldap schema file:

attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle'
        DESC 'Field to represent the academic title'
        EQUALITY caseIgnoreIA5Match
        SUBSTR caseIgnoreIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.15305.2.1 NAME ( 'gender' 'sex' )
        DESC    'Gender: M for male, F for female'   <--- line 226
        EQUALITY caseIgnoreIA5Match
        SYNTAX  1.3.6.1.4.1.1466.115.121.1.26{1}
        SINGLE-VALUE )

Import says:

can not be read correctly.
Line: 226, Column: 14, Cause: expecting ''', found ' '
The parser is a little bit too strict, as it accept only one space between 'desc' and the first quote.

I consider this to be too much, so can you fill a JIRA so that we relax this too tight constraint in the next version ?

Thanks !


--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to