[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_add: Invalid syntax additional info: objectClass: value #1 contains invalid data
At 11:41 AM 2001-09-14, Winnie Lin wrote:
>adding new entry "dc=plxtech,dc=com"
>ldap_add: Invalid syntax
> additional info: objectClass: value #1 contains invalid data
Check the first value of objectClass to ensure it contains
valid data. In particular, make sure there are no extraneous
white space.
>$ ldapadd -f entries.ldif -D "cn=Manager,dc=plxtech,dc=com" -w secret
>ldap_sasl_interactive_bind_s: No such attribute
See the FAQ section on common causes for error messages.
http://www.openldap.org/faq/
Kurt