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

Re: ldap_sasl_interactive_bind_s: No such object



At 05:12 AM 2002-08-08, Nico De Ranter wrote:
>Hi,
>
>I'm trying to use ldapsearch to query an existing ldap server.
>
>When I do 
>
>  /usr/bin/ldapsearch -h ldap -b "o=SONY" "cn=*nico*"
>
>I get:
>
>  ldap_sasl_interactive_bind_s: No such object
>
>If I do the same thing on an other machine running an older version
>of ldapsearch I do get a proper reply.
>
>server: Debian Linux running openldap 1.2.12
>working client: Debian Linux running openldap 1.2.12
>failing client: Redhat 7.2 runnind openldap 2.0.11
>
>Any idea what the error message means?

See <http://www.openldap.org/faq/index.cgi?file=576>.

>Is it possible that
>openldap 2.0.11 isn't compatible with the 1.2.12 server?

openldap 2's ldapsearch(1) can be used to search a
openldap 1 server.  

>Or did I perhaps make an error in the syntax?

Select LDAPv2 (-P 2).

Kurt