summaryrefslogtreecommitdiff
path: root/test/scripts/3820-Gnu-SASL
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-24 15:43:00 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-24 15:49:46 +0000
commit98eb95929140ee1e2b2b367b12abb45762d155e9 (patch)
tree4a6eec4591b03adddef2c145634a102cd6535765 /test/scripts/3820-Gnu-SASL
parentc71c454d483e6bfbecea437978beda69044e5498 (diff)
Fix the variables set by gsasl authenticator
Diffstat (limited to 'test/scripts/3820-Gnu-SASL')
-rw-r--r--test/scripts/3820-Gnu-SASL/382026
-rw-r--r--test/scripts/3820-Gnu-SASL/REQUIRES1
2 files changed, 27 insertions, 0 deletions
diff --git a/test/scripts/3820-Gnu-SASL/3820 b/test/scripts/3820-Gnu-SASL/3820
new file mode 100644
index 000000000..d9fb80b55
--- /dev/null
+++ b/test/scripts/3820-Gnu-SASL/3820
@@ -0,0 +1,26 @@
+# GSASL authentication (server only)
+#
+# An ANONYMOUS ath seems to want the username b64'd. Which is consistent with
+# 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
+****
+client 127.0.0.1 PORT_D
+??? 220
+EHLO xxxx
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250-
+??? 250
+AUTH PLAIN AHBoMTAAc2VjcmV0
+??? 535
+AUTH ANONYMOUS cGgxMA==
+??? 235
+QUIT
+??? 221
+****
+killdaemon
+no_msglog_check
diff --git a/test/scripts/3820-Gnu-SASL/REQUIRES b/test/scripts/3820-Gnu-SASL/REQUIRES
new file mode 100644
index 000000000..46144894c
--- /dev/null
+++ b/test/scripts/3820-Gnu-SASL/REQUIRES
@@ -0,0 +1 @@
+authenticator gsasl