[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Failure populating ldap.
John Nietzsche writes:
> etosha# ldapadd -x -D 'cn=Manager,dc=cpd,dc=ufv,dc=br' -W -f top.ldif
> Enter LDAP Password:
> ldap_bind: Invalid DN syntax (34)
> additional info: invalid DN
Your Bind DN contains an attribute unknown to slapd, presumably 'dc'.
Your slapd.conf must "include" at least schema/core.schema since that
defines dc, and also the schema files that define whatever attributes
and object classes you want to put in the directory.
--
Hallvard