summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-19 17:12:35 +0000
committerColin Watson <cjwatson@debian.org>2007-06-19 17:12:35 +0000
commit3c8b23e84bd3ab115dbc372f67bc400b32910f27 (patch)
tree0065d43ee86ab7738b70c0b8b5b0e999bdce7181 /servconf.c
parentd2738eb9f31d20d0abfdbb1dd41e6af5e521a5d9 (diff)
- 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).
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 0 insertions, 4 deletions
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,
1411 if (bad_options > 0) 1411 if (bad_options > 0)
1412 fatal("%s: terminating, %d bad configuration options", 1412 fatal("%s: terminating, %d bad configuration options",
1413 filename, bad_options); 1413 filename, bad_options);
1414
1415 /* challenge-response is implemented via keyboard interactive */
1416 if (options->challenge_response_authentication == 1)
1417 options->kbd_interactive_authentication = 1;
1418} 1414}