From eaf2ce1dd214a1d8716179a25036427096c7c24e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 20 Sep 2005 00:20:47 +0000 Subject: Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". svn path=/trunk/; revision=4297 --- conf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 5aeafbdb..30c2e482 100644 --- a/conf.c +++ b/conf.c @@ -284,6 +284,8 @@ void dump_config(struct runctl *runp, struct query *querylist) stringdump("auth", "ssh"); else if (ctl->server.authenticate == A_OTP) stringdump("auth", "otp"); + else if (ctl->server.authenticate == A_MSN) + stringdump("auth", "msn"); #ifdef HAVE_RES_SEARCH booldump("dns", ctl->server.dns); -- cgit v1.2.3