diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 15:58:46 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 15:58:46 +0000 |
| commit | 6e574b051840946aedbdda548f2b0e4bd54f4b9c (patch) | |
| tree | a14c634355af29268fda21e6697c4caa5755fa38 /src/mail/ngx_mail_auth_http_module.c | |
| parent | a948e1f3216cd529eefd11fb4548b3dcb16d9178 (diff) | |
| download | nginx-6e574b051840946aedbdda548f2b0e4bd54f4b9c.tar.gz nginx-6e574b051840946aedbdda548f2b0e4bd54f4b9c.tar.bz2 | |
r2496, r2749 merge:
compatibility with Microsoft's
AUTH LOGIN [base64 encoded user name ]
patch by Maxim Dounin
Diffstat (limited to 'src/mail/ngx_mail_auth_http_module.c')
| -rw-r--r-- | src/mail/ngx_mail_auth_http_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mail/ngx_mail_auth_http_module.c b/src/mail/ngx_mail_auth_http_module.c index 17e7861c0..cee5faafc 100644 --- a/src/mail/ngx_mail_auth_http_module.c +++ b/src/mail/ngx_mail_auth_http_module.c @@ -140,6 +140,7 @@ ngx_module_t ngx_mail_auth_http_module = { static ngx_str_t ngx_mail_auth_http_method[] = { ngx_string("plain"), ngx_string("plain"), + ngx_string("plain"), ngx_string("apop"), ngx_string("cram-md5") }; |
