diff options
author | Patrick Monnerat <pm@datasphere.ch> | 2015-01-27 18:03:56 +0100 |
---|---|---|
committer | Patrick Monnerat <pm@datasphere.ch> | 2015-01-27 18:03:56 +0100 |
commit | ed9a4b9fc46f967da9e6a355f860f2a43505f41b (patch) | |
tree | e594764fb0482c878a2befb4c8382794b04ec6e4 /tests/data/test947 | |
parent | fe79f20957a1e66cd5566236e9e7b873888b0ce0 (diff) |
test: add test cases for sasl external authentication (imap/pop3/smtp).
Diffstat (limited to 'tests/data/test947')
-rw-r--r-- | tests/data/test947 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/tests/data/test947 b/tests/data/test947 new file mode 100644 index 000000000..df1474ea2 --- /dev/null +++ b/tests/data/test947 @@ -0,0 +1,57 @@ +<testcase> +<info> +<keywords> +POP3 +SASL +SASL AUTH EXTERNAL +RFC1734 +RFC4422 +RFC5034 +</keywords> +</info> + +# +# Server-side +<reply> +<servercmd> +AUTH EXTERNAL +REPLY AUTH + +REPLY = +OK Login successful +</servercmd> +<data> +From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
+</data> +</reply> + +# +# Client-side +<client> +<server> +pop3 +</server> + <name> +POP3 external authentication without credentials + </name> + <command> +'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/947' +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +CAPA
+AUTH EXTERNAL
+=
+RETR 947
+QUIT
+</protocol> +</verify> +</testcase> |