Gitweb:
https://git.exim.org/exim.git/commitdiff/e9079bdf87bcc2d224b34cbfb3dac290ca4c96d4
Commit: e9079bdf87bcc2d224b34cbfb3dac290ca4c96d4
Parent: 98eb95929140ee1e2b2b367b12abb45762d155e9
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Dec 24 15:53:56 2019 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Dec 24 15:54:43 2019 +0000
Testsuite output
Broken-by: 98eb959291
---
test/log/3820 | 4 ++++
test/rejectlog/3820 | 5 +++++
test/scripts/3820-Gnu-SASL/3820 | 2 +-
test/stdout/3820 | 26 ++++++++++++++++++++++++++
4 files changed, 36 insertions(+), 1 deletion(-)
diff --git a/test/log/3820 b/test/log/3820
new file mode 100644
index 0000000..bc49c4a
--- /dev/null
+++ b/test/log/3820
@@ -0,0 +1,4 @@
+
+******** SERVER ********
+1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port PORT_D
+1999-03-02 09:44:33 sasl2 authenticator failed for (xxxx) [127.0.0.1]: 535 Incorrect authentication data (set_id=ph10)
diff --git a/test/rejectlog/3820 b/test/rejectlog/3820
new file mode 100644
index 0000000..50092c8
--- /dev/null
+++ b/test/rejectlog/3820
@@ -0,0 +1,5 @@
+
+******** SERVER ********
+1999-03-02 09:44:33 sasl2 authenticator (PLAIN):
+ GNU SASL permanent failure: GSASL_AUTHENTICATION_ERROR (Error authenticating user)
+1999-03-02 09:44:33 sasl2 authenticator failed for (xxxx) [127.0.0.1]: 535 Incorrect authentication data (set_id=ph10)
diff --git a/test/scripts/3820-Gnu-SASL/3820 b/test/scripts/3820-Gnu-SASL/3820
index d9fb80b..83ade63 100644
--- a/test/scripts/3820-Gnu-SASL/3820
+++ b/test/scripts/3820-Gnu-SASL/3820
@@ -4,7 +4,7 @@
# other SASL stuff, but inconsistent vs. cyrus-sasl. It also wants the username
# on the AUTH line, otherwise it GSASL_MECHANISM_PARSE_ERROR, and 435.
#
-exim -d+all -DSERVER=server -bd -oX PORT_D
+exim -DSERVER=server -bd -oX PORT_D
****
client 127.0.0.1 PORT_D
??? 220
diff --git a/test/stdout/3820 b/test/stdout/3820
new file mode 100644
index 0000000..2572313
--- /dev/null
+++ b/test/stdout/3820
@@ -0,0 +1,26 @@
+Connecting to 127.0.0.1 port 1225 ... connected
+??? 220
+<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+>>> EHLO xxxx
+??? 250-
+<<< 250-myhost.test.ex Hello xxxx [127.0.0.1]
+??? 250-
+<<< 250-SIZE 52428800
+??? 250-
+<<< 250-8BITMIME
+??? 250-
+<<< 250-PIPELINING
+??? 250-
+<<< 250-AUTH ANONYMOUS PLAIN SCRAM-SHA-1
+??? 250
+<<< 250 HELP
+>>> AUTH PLAIN AHBoMTAAc2VjcmV0
+??? 535
+<<< 535 Incorrect authentication data
+>>> AUTH ANONYMOUS cGgxMA==
+??? 235
+<<< 235 Authentication succeeded
+>>> QUIT
+??? 221
+<<< 221 myhost.test.ex closing connection
+End of script