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

Re: Newbie needs help!



I tried different things like these

dn: dc=mit,dc=homelinux,dc=org
objectclass: dcObject
objectclass: organization
o: some
dc: mit.homelinux.org

or

dc: mit.homelinux.org
dn: dc=mit,dc=homelinux,dc=org
objectclass: dcObject
objectclass: organization
o: some

even

dn: dc=mit,dc=homelinux,dc=org
objectclass: dcObject
objectclass: organization
o: some
dc: mit
dc: homelinux
dc: org

dc: mit.homelinux
dn: dc=mit,dc=homelinux,dc=org
objectclass: dcObject
objectclass: organization
o: some


I can't quite get it... as I always having the same error message!

Anyone ?
I feel stupid as the error message is quite precise...
But I still can't manage to get it....





Dave Horsfall wrote:

On Tue, 23 Nov 2004, Patrick Ouellet wrote:



Im using FC3 with the provided binaries:
version 2.2.13



That's an old version, and has bugs.



ldap_add: Naming violation (64)
      additional info: value of naming attribute 'dc' is not present in entry

Here is my ldif file
dn: dc=mit,dc=homelinux,dc=org
objectclass: dcObject
objectclass: organization
o: some



It's pretty mucb told you the problem; any time you have "dn: abc=xyz, ..." you need "abc: xyz".