diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-11-12 09:42:59 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-11-12 09:46:30 +0000 |
commit | 5f34a10445470183d51ea4a6395b52d3e5b6ceb9 (patch) | |
tree | e6cdf3cb4e0c7b8bef3c4403eefba41f63da27b2 | |
parent | fa1253aee1847bd24cbc1d23e5579d823fc16d2a (diff) |
tests: Updated CRAM-MD5 tests to use test user details
-rw-r--r-- | tests/data/test867 | 8 | ||||
-rw-r--r-- | tests/data/test905 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/test867 b/tests/data/test867 index 639009ce1..15ccc6136 100644 --- a/tests/data/test867 +++ b/tests/data/test867 @@ -14,8 +14,8 @@ RFC5034 <reply> <servercmd> AUTH CRAM-MD5 -REPLY AUTH + PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+ -REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw +OK Login successful +REPLY AUTH + PDE5NzIuOTg3NjU0MzIxQGN1cmw+ +REPLY dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg== +OK Login successful </servercmd> <data> From: me@somewhere
@@ -41,7 +41,7 @@ crypto POP3 CRAM-MD5 authentication </name> <command> -pop3://%HOSTIP:%POP3PORT/867 -u tim:tanstaaftanstaaf +pop3://%HOSTIP:%POP3PORT/867 -u user:secret </command> </client> @@ -51,7 +51,7 @@ pop3://%HOSTIP:%POP3PORT/867 -u tim:tanstaaftanstaaf <protocol> CAPA
AUTH CRAM-MD5
-dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
+dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg==
RETR 867
QUIT
</protocol> diff --git a/tests/data/test905 b/tests/data/test905 index 8d8d9114f..896284d39 100644 --- a/tests/data/test905 +++ b/tests/data/test905 @@ -13,8 +13,8 @@ RFC4954 <reply> <servercmd> AUTH CRAM-MD5 -REPLY AUTH 334 PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+ -REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw 235 Authenticated +REPLY AUTH 334 PDE5NzIuOTg3NjU0MzIxQGN1cmw+ +REPLY dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg== 235 Authenticated </servercmd> </reply> @@ -34,7 +34,7 @@ SMTP CRAM-MD5 authentication mail body
</stdin> <command> -smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt recipient@example.com --mail-from sender@example.com -u tim:tanstaaftanstaaf -T - +smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T - </command> </client> @@ -44,7 +44,7 @@ smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt recipient@example.com --mail-from sende <protocol> EHLO 905
AUTH CRAM-MD5
-dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
+dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg==
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA
|