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

Re: Ok, now im getting another error message.



> Ok, now im getting another error message.
>
> Look at this:
>
> linux:~ # ldapadd -x -D "cn=Manager,dc=ronnenberg.de" -W -f /testdump.ldif
> Enter LDAP Password:
> adding new entry "ou=DEZI,o=Rathaus"
> ldap_add: Server is unwilling to perform (53)
>             additional info: global superior knowledge
>
> Here is a part of my .ldif file
>
>
> dn: ou=DEZI,o=Rathaus
> changetype: add
> objectClass: organizationalUnit
>
> dn: ou=100,ou=DEZI,o=Rathaus
> changetype: add
> objectClass: organizationalUnit
>
> dn: ou=1040,ou=100,ou=DEZI,o=Rathaus
> changetype: add
> objectClass: organizationalUnit
>
> and so on
>

You need to create o=Rathaus first.