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

Help



Hi,
 
I am new to the world of OpenLDAP. I just installed openldap software on two linux machines. With the same setup and slapd.conf file, one works well but another can't take ldapadd command.
 
My command was: ldapadd -D "cn=root, o=test, c=US" -W <test.ldif
 
The output I got:
add cn:
  Mary
add sn:
  Smith
add objectclass:
  person
add userPassword:
  test1
adding new entry cn=Mary, o=test, c=US
ldap_add: No such object
 
Can anyone help me to solve this problem? Thanks.
 
Regards,
C. TSeng