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

ldapadd problem? . .



RH 6.2.

I have followed the install instructions.  everything during install
went fine.  make depend, make, make test, make install, all report no
errors.

edited slapd.conf and used ldapsearch (as per installation
instructions), everything came back ok . no problems.

i created the ldif file, and can't use ldapadd to "add" the basic
information.

here is the file, command line i'm using, and the error:

dn: dc=ldap, dc=jdcc, dc=net
dc: jdcc
o: Jefferson Davis Community College
objectclass: organization
objectclass: dcObject

dn: cn=Manager, dc=ldap, dc=jdcc, dc=net
cn: Manager
sn: Manager
objectclass: person

+++++++++++++++++++++
 ldapadd -D "cn=Manager, dc=ldap, dc=jdcc, dc=net" -W -f jdcc.ldif

i've tried variations where i pipe the text to STDIN . no go.

+++++++++++++++
DOES prompt for password, and the error is:

ldap_sasl_interactive_bind_s: No such attribute



i'm stuck . search the mailing lists and FAQ . no go.

help?

Anthony