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

Re: AttributeType not found: "gidNumber" errormessage - Openldap



Andreas Bauer writes:
> amd:/usr/lib/openldap # /usr/lib/openldap/slapd
> errormessage:
> /etc/openldap/schema/samba.schema: line 432: AttributeType not found:
> "gidNumber"

samba.schema _uses_ gidNumber, but you have not included a schema file
which _defines_ it.

samba.schema says:

## Prerequisite schemas - uid         (cosine.schema)
##                      - displayName (inetorgperson.schema)
##                      - gidNumber   (nis.schema)

That is, slapd.conf must include cosine.schema, inetorgperson.schema
and nis.schema before samba.schema.

-- 
Hallvard
Don't anthropomorphize computers. They hate that.