From ed9a4b9fc46f967da9e6a355f860f2a43505f41b Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Tue, 27 Jan 2015 18:03:56 +0100 Subject: test: add test cases for sasl external authentication (imap/pop3/smtp). --- tests/data/test949 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 tests/data/test949 (limited to 'tests/data/test949') diff --git a/tests/data/test949 b/tests/data/test949 new file mode 100644 index 000000000..93f7f97f4 --- /dev/null +++ b/tests/data/test949 @@ -0,0 +1,56 @@ + + + +POP3 +SASL +SASL AUTH EXTERNAL +SASL-IR +RFC1734 +RFC4422 +RFC5034 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +POP3 external authentication with initial response without credentials + + +'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/949' --sasl-ir + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH EXTERNAL = +RETR 949 +QUIT + + + -- cgit v1.2.3