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

Re: ldapadd returning strange messages (undocumented?)



Hi Blake,

    from what I can see you are missing most of the person's dn, your  have

dn: cn=Janelle Overhaus

The dn fully qualifies so must have all the info to locate it. You shoudl
have some like
dn: cn=Janelle Overhaus, o=Netopolis, c=US

at least but you would probably want to create some organisational unit
stucture to get something like

dn: cn=Janelle Overhaus, ou=department, ou=staff, o=Netopolis, c=US

cheers,
   Gerrit Thomson.

Blake Binkley wrote:

> attempting to add data to database while the database is running... and
> in need of referances to the following errors
>
> #ldapadd -w secret -D "cn=root, o=Netopolis, c=US"
> dn: cn=Janelle Overhaus
> cn: Janelle Overhaus
> objectclass: person
> sn: Overhaus
> *blank line indicating end of record forcing ldap to run*
> adding new entry cn=Janelle Overhaus
> ldap_add: DSA is unavailable
> ldap_add: additional info: can't chase referral
>
> #
>
> DSA is unavailable???
>
> can't chase referral???