[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
AW: AW: install probs
- To: "'Openldap-Software (E-Mail)" <openldap-software@OpenLDAP.org>
- Subject: AW: AW: install probs
- From: "Cadinfo" <cadinfo@taprogge.de>
- Date: Mon, 14 Mar 2005 10:54:37 +0100
- Content-class: urn:content-classes:message
- Thread-index: AcUoe9UHu4X5zWiuTkagrSQ5TbxFow==
- Thread-topic: AW: AW: install probs
>> The hardest thing was to discover that the message coming from:
>> "/usr/local/openldap-2.2.23/clients/tools/ldapmodify -a -W -f /usr/local/etc/openldap/test_private.ldif -D cn=Manager,dc=taprogge,dc=de"
>>
>> ldap_add: Naming violation (64)
>> additional info: naming attribute 'dc' is not present in entry
>>
>> results from a bug.
>No bug.
I agree.
>> If i change in slapd.conf and ldif
>>
>> cn=Manager,dc=taprogge,dc=de
>> dc=taprogge,dc=de
>>
>> to
>>
>> cn=Manager,o=taprogge,c=de
>> o=taprogge,c=de
>>
>> then it works.
>>
>> This behavior is not described in the docs.
>It's described sufficiently in the error message. Most likely your entry
>for dc=taprogge,dc=de had an attribute listed for o, but not for dc.
I checked again: My ldif file was wrong.
Thanks for your help!
Regards Bernhard