From a34632c0322600df6ec0998520ae0410640716c5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 Mar 2001 10:13:18 +0000 Subject: Dump authentication types correctly. svn path=/trunk/; revision=3166 --- fetchmail.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 98b4e1b5..e92fce78 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1606,11 +1606,20 @@ static void dump_params (struct runctl *runp, switch (ctl->server.authenticate) { case A_ANY: - printf(_(" All authentication methods will be described.\n")); + printf(_(" All authentication methods will be tried.\n")); break; case A_PASSWORD: printf(_(" Password authentication will be forced.\n")); break; + case A_NTLM: + printf(_(" NTLM authentication will be forced.\n")); + break; + case A_OTP: + printf(_(" OTP authentication will be forced.\n")); + break; + case A_CRAM_MD5: + printf(_(" CRAM-Md5 authentication will be forced.\n")); + break; case A_GSSAPI: printf(_(" GSSAPI authentication will be forced.\n")); break; -- cgit v1.2.3