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

Syntax not found error



Hello all,

I'm using OpenLDAP 2.0.0 and while walking through the section directions
on how to use slapadd for creating the primary database and adding in the
first couple of entries (section 7.2.1 of Admin guide) I've run into the
following problem.

Upon calling 

	"slapadd -l test.ldif -f /etc/openldap/slapd.conf"

I get the following error returned to me:

/etc/openldap/schema/core.schema: line 579: 
Syntax not found: "1.3.6.1.4.1.4203.666.2.2"

I'm unable to start up my LDAP server due to this error (after running
slapadd upon starting up the server I get the same error)

I'm new at this so bear with me (and correct me where wrong).

If I'm reading this correctly in the core.schema file the attributetype
"1.3.6.1.4.1.4203.666.1.1" appears to point to the syntax of the
attributetype "1.3.6.1.4.1.4203.666.2.2" which currently does not exist in
the core.schema file found in my schema directory.

Have I missed something utterly obivous or is this an actual bug that
should be reported?

Running on a SPARCclassic Solaris 8 with sleepycat 2.7.7 and
cyrus-sasl-1.5.24

- Brian

PS:  Section 7.2.1 of the Administration Guide for 2.0.0 
	
Incorrect Text

	Specifies the LDIF input file containing the entries to add in
	text form (described below in Section 8.3).

Correct Text

	Specifies the LDIF input file containing the entries to add in
	text form (described below in Section 7.3).
					      ^^^