[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_add: Invalid syntax additional info: objectClass:value #1 contains invalid data
"Kurt D. Zeilenga" wrote:
> 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.
Here's the entries.ldif. Couldn't find any error:
dn: dc=plxtech,dc=com
objectClass: dcObject
objectClass: organization
o: PLX Technology
dc: plxtech
description: PLX Technology
>
>
> >$ 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/
>
The FAQ said:
This indicates that LDAP SASL authentication function could read the Root
DSE but it contained no
supportedSASLMechanism attribute.
Where do I define the supportedSASLMechanism attribute?
Thank you so much!
Winnie