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

Re: [OpenLDAP 2.3.*] Modify Schema



Eugenia Candida Oliveira de Moura writes:
> ldapadd: invalid format (line 5) entry: "cn=schema,cn=config"
>
> LDIF:
> dn: cn=schema,cn=config
> changetype: modify
> add: olcAttributeTypes
> olcAttributeTypes: ( 2.5.4.123 NAME 'name' DESC 'description'
> EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

Put one space in front of EQUALITY.  A line which starts with a space is
a continuation of the previous line.  Each attribute must be on one
logical line.

-- 
Regards,
Hallvard