Re: LDAP & SASL

2001-04-01 Thread Waldemar Brodkorb
Hello Tommi, * Tommi Komulainen wrote: > On Sun, Apr 01, 2001 at 03:59:38PM +0200, Waldemar Brodkorb wrote: > > But: > > ldapsearch "objectclass=*" > > ldap_sasl_interactive_bind_s: Can't contact LDAP server > > > > Any ideas what to do? > > Do I have to configure SASL correctly? > > No, yo

Re: LDAP & SASL

2001-04-01 Thread Tommi Komulainen
On Sun, Apr 01, 2001 at 03:59:38PM +0200, Waldemar Brodkorb wrote: > But: > ldapsearch "objectclass=*" > ldap_sasl_interactive_bind_s: Can't contact LDAP server > > Any ideas what to do? > Do I have to configure SASL correctly? No, you can run "ldapsearch -x" to use simple bind, without SASL.