From 3c8b23e84bd3ab115dbc372f67bc400b32910f27 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 19 Jun 2007 17:12:35 +0000 Subject: - Move C/R -> kbdint special case to after the defaults have been loaded, which makes ChallengeResponse default to yes again. This was broken by the Match changes and not fixed properly subsequently (closes: #428968). --- servconf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'servconf.c') diff --git a/servconf.c b/servconf.c index 951bbc4bf..04b1a597e 100644 --- a/servconf.c +++ b/servconf.c @@ -1411,8 +1411,4 @@ parse_server_config(ServerOptions *options, const char *filename, Buffer *conf, if (bad_options > 0) fatal("%s: terminating, %d bad configuration options", filename, bad_options); - - /* challenge-response is implemented via keyboard interactive */ - if (options->challenge_response_authentication == 1) - options->kbd_interactive_authentication = 1; } -- cgit v1.2.3