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

RE: NEWBIE: dependencies between schema files



It means the qmail.schema defines objectclasses that are referencing other objectclasses defined in 'higer' definition hierarchy like core.schema and etc.

It means you should include those schema definitions in /etc/openldap/slapd.conf on the LDAP server.

Gary

-----Original Message-----
From: owner-openldap-software@OpenLDAP.org [mailto:owner-openldap-software@OpenLDAP.org] On Behalf Of Bruno Negrão
Sent: Monday, November 22, 2004 10:52 PM
To: openldap-software@OpenLDAP.org
Subject: NEWBIE: dependencies between schema files


Hi all,

I'm reading a schema file called "qmail.schema". In its beginning there is a comment stating this file depends on another schema files:

# This schema depends on:
#       - core.schema
#       - cosine.schema
#       - nis.schema
#

What does it mean? What condition(s) makes a schema file to be dependant on another? Can someone provide me an example?

thanks,
Bruno.