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

Re: interpreting ldapmodify error messages



At 04:31 AM 2/22/2003, Donny Cornelius wrote:

>Hi, I ran the following command :
>
>$ ldapmodify -D cn=root -w **** -f 
>avs.schema.ldif.add
>ldapmodify: invalid format (line 8 of entry: cn=schema

This error indicates that the LDIF is not properly formed.
I suspect that a long value is improperly split over multiple
lines.

I note that OpenLDAP Software doesn't support subschema
modification over LDAP.  Schema must be installed via
modification of slapd.conf(5).