[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regarding registry of acceptable SASL types



On Tue, 15 Sep 1998 11:08:04 -0400 Jack De Winter <jack@xxxxxxxxxxxxxx> wrote:

> I just checked the online sources for registered SASL types for
> a type called "login" that is broadcasted as being accepted by
> the exchange 5.0 server.  however, I cannot seem to find any
> indication of what this "login" may be, nor specs as to how to
> code for it...

It's a non-standard Netscape hack. Use PLAIN instead.

(LOGIN's pretty trivial to figure out if you decode the base64 string the 
client sends.)