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

Re: Openldap and Samba



Matt Ingram wrote:
the only other schema I'm including right now is the core.schema.

an example of the error message is:

Starting ldap-server/etc/openldap/schema/inetorgperson.schema: line 128: Duplicate attributeType: "0.9.2342.19200300.100.1.55"
startproc: exit status of parent of /usr/lib/openldap/slapd: 1

How about doing this:

grep "0.9.2342.19200300.100.1.55" /etc/openldap/schema/*.schema

This looks like attribute type 'audio' which does not have anything to do with the Samba schema.

Note that in my slapd.conf I include without any problems:

include		/etc/openldap/schema/core.schema
include		/etc/openldap/schema/cosine.schema
include		/etc/openldap/schema/inetorgperson.schema
include		/etc/openldap/schema/misc.schema
include		/etc/openldap/schema/nis.schema
include		/etc/openldap/schema/java.schema
include		/etc/openldap/schema/corba.schema
include		/etc/openldap/schema/dyngroup.schema
include		/etc/openldap/schema/openldap.schema
[..and much more..]

Are you sure all the schema files you're using were installed by OpenLDAP installation routine?

Ciao, Michael.