James,

On 3/22/06, James Melin <[EMAIL PROTECTED]> wrote:
>
> When I try that same command on my linux box:
>
> abinodji:~ # ldapsearch -h hawk -p 389 -s base -b "" "objectclass =*"
> subschemasubentry
> SASL/EXTERNAL authentication started
> ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
>         additional info: SASL(-4): no mechanism available:
> abinodji:~ #
>

You might try adding the "-x" option to your ldap query to go for simple
authentication (or none) instead of SASL.
# ldapsearch -x -h hawk -p 389 -s base -b "" "objectclass =*"
subschemasubentry

Ronald van der Laan

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to