Re: AUTHENTICATE PLAIN and authz

2012-08-28 Thread Dan White
ers: > >imapd.conf- >proxyservers: bigadmin >imapd.conf----- > >Then with telnet: > >1 AUTHENTICATE PLAIN >+ >base64{bigadmin\0bigadmin\0bigadminpassword} >1 NO authentication failure > >2 LOGIN bigadmin bigadminpassword >2 OK [CAPABILITY IMAP4 IMAP4rev1

AUTHENTICATE PLAIN and authz

2012-08-28 Thread k...@rice.edu
telnet: 1 AUTHENTICATE PLAIN + base64{bigadmin\0bigadmin\0bigadminpassword} 1 NO authentication failure 2 LOGIN bigadmin bigadminpassword 2 OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED AUTH=PLAIN COMPRESS=DEFLATE ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS

Re: AUTHENTICATE PLAIN

2003-12-11 Thread Phil Chambers
On Thu, 11 Dec 2003 10:33:42 -0500 (EST) Rob Siemborski <[EMAIL PROTECTED]> wrote: > On Thu, 11 Dec 2003, Phil Chambers wrote: > > > As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server > > should then respond with a "+" followed by a base64 string. Instead it just

Re: AUTHENTICATE PLAIN

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Phil Chambers wrote: > As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server > should then respond with a "+" followed by a base64 string. Instead it just puts > out the "+" without the base64 string. The base64 string for the first server challe

AUTHENTICATE PLAIN

2003-12-11 Thread Phil Chambers
TY command, getting "AUTH=PLAN LITERAL+" in response Mulberry then issues a "AUTHENTICATE PLAIN" command. As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server should then respond with a "+" followed by a base64 string. Instead it just puts out