Fix the variables set by gsasl authenticator
[exim.git] / test / scripts / 3820-Gnu-SASL / 3820
CommitLineData
db78a5c4
JH
1# GSASL authentication (server only)
2#
3# An ANONYMOUS ath seems to want the username b64'd. Which is consistent with
4# other SASL stuff, but inconsistent vs. cyrus-sasl. It also wants the username
5# on the AUTH line, otherwise it GSASL_MECHANISM_PARSE_ERROR, and 435.
6#
7exim -DSERVER=server -bd -oX PORT_D
8****
9client 127.0.0.1 PORT_D
10??? 220
11EHLO xxxx
12??? 250-
13??? 250-
14??? 250-
15??? 250-
16??? 250-
17??? 250
18AUTH PLAIN AHBoMTAAc2VjcmV0
19??? 535
20AUTH ANONYMOUS cGgxMA==
21??? 235
22QUIT
23??? 221
24****
25killdaemon
26no_msglog_check