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

extending schema



Hi,
I'm trying to define my own OC's and I've run into a bit of a snag.
Here's my entry

objectclass ( 1.3.6.1.4.1.13127.2.2.100 NAME 'tjuPerson'  
	SUP	( inetOrgPerson ) STRUCTURAL
	MUST ( uid $ userPasswordControls )
	MAY ( attrVisibility $ barcodeID $ tjuAccts $ tjuRole $ 
description ) )

In slapd.conf I have included both my new file (tju.schema) and 
inetorgperson.schema.  Yet when I try to start openldap (2.0.11-13)
I get 

/etc/openldap/schema/tju.schema: line 6: ObjectClass not found: 
"inetOrgPerson"


Am I missing something?