From 8f32f5842c6020a093ff65fed3372d0935b4a9e4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 22 Oct 1998 14:25:08 +0000 Subject: Prevent auth kerberos_v4, proto KPOP, from fooing up. svn path=/trunk/; revision=2133 --- fetchmail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index 4be298f7..e76aae5d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1244,7 +1244,8 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit) #endif /* INET6 */ && (ctl->server.preauthenticate == A_KERBEROS_V4 || ctl->server.preauthenticate == A_KERBEROS_V5)) - printf(" Protocol is KPOP"); + printf(" Protocol is KPOP with Kerberos %s authentication", + ctl->server.preauthenticate == A_KERBEROS_V5 ? "V" : "IV"); else printf(" Protocol is %s", showproto(ctl->server.protocol)); #if INET6 -- cgit v1.2.3