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

Re: ldap_sasl_interactive_bind_s: Unknown authentication method



Still can't fix the "ldap_sasl_interactive_bind_s: Unknown authentication
method". Perhaps iPlanet's 4.11 LDAP server isn't standards-compliant.

Anyone feel like trying to connect, so i can at least rule out any
idiosyncracies of our client machines?

I just do a simple
./clients/tools/ldapsearch -h ldap.research.netsol.com

and get the error message pasted above.

For this query, cyrus.c's ldap_int_sasl_bind() calls sasl_client_start()
once (returning -4) and doesn't call sasl_client_step().