[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Error in ldapsearch command
- To: Anthony Assi <Anthony.Assi@irisa.fr>
- Subject: Re: Error in ldapsearch command
- From: matthew sporleder <msporleder@gmail.com>
- Date: Tue, 22 Nov 2005 11:45:05 -0500
- Cc: OpenLDAP-software@OpenLDAP.org
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e2VnhAPsikZL+LO5ZQ2B9BgZ7Z2KwHqPx95qzCLgQ0D+0WnswJHAY/0pjF8YufoJ68+ubsUe4YN7GIhFgt+ZA9/BE1/qWAsVB86BMr6Wdt/wBh7hCbgq52vA2j7Qb2DSdj0/uh+YWPop61lRszAGFaoYL4n2+u+ZrGT9hykddVw=
- In-reply-to: <4382E86E.8050006@irisa.fr>
- References: <4382E86E.8050006@irisa.fr>
Try using the -x option to specify simple auth. Different versions of
ldapsearch will do different things.
On 11/22/05, Anthony Assi <Anthony.Assi@irisa.fr> wrote:
> Hi,
>
> when running the following command from my machine:
>
> [machine1]% ldapsearch -h ldapserver.domain.fr -p 389 -b
> dc=ldapserver,dc=fr mail=myEMail@domain.fr
>
> I get:
>
> SASL/EXTERNAL authentication started
> ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
> additional info: SASL(-4): no mechanism available:
>
> although that when i run the same command from a different machine on
> the same network i am getting the result i need.
> Note that on my local machine i have installed a testing server of
> openldap, but it is not configured yet, and it is not running yet!!
>
> Any suggestions?
>