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

RE: ldap_sasl_interactive_bind_s: No such attribute



Well apparently Cyrus SASL installation went soomthly, but
I did not try the sample client/server in the samples dir.

So I did the basics: start the server:

su -c "./sample-server -s rcmd -i local=<myip>:8111,remote=<myip>:8111

Maybe there is allready a problem here, since it says:

  Generating client mechanism list...
  Sending list of 0 mechanism(s)                 <--- ?
  s:
  Waiting for client mechanism...

Anyway I start the client:

./sample-client -i local=<myip>:8111,remote=<myip>:8111 -s rcmd -n <myfqdn>

And answers:

  service=rcmd
  Waiting for mechanism list from server..

And nothing else.  Client and Server do not seem to "speak" at all together?
So what is going on?
Thanks,
Stéphane

-----Original Message-----
From: Kurt D. Zeilenga [mailto:Kurt@OpenLDAP.org]
Sent: Freitag, 31. August 2001 03:06
To: stephane.peiry@colt.ch
Cc: openldap-software@OpenLDAP.org
Subject: Re: ldap_sasl_interactive_bind_s: No such attribute


At 06:15 AM 2001-08-30, Stéphane Peiry wrote:
>How do I enable that?

The first step is to get the Cyrus SASL sample client/server
working.

Kurt