View | Details | Raw Unified | Return to bug 2637
Collapse All | Expand All

(-)a/servconf.c (-2 / +1 lines)
Lines 269-275 fill_default_server_options(ServerOptions *options) Link Here
269
	if (options->gss_cleanup_creds == -1)
269
	if (options->gss_cleanup_creds == -1)
270
		options->gss_cleanup_creds = 1;
270
		options->gss_cleanup_creds = 1;
271
	if (options->gss_strict_acceptor == -1)
271
	if (options->gss_strict_acceptor == -1)
272
		options->gss_strict_acceptor = 0;
272
		options->gss_strict_acceptor = 1;
273
	if (options->password_authentication == -1)
273
	if (options->password_authentication == -1)
274
		options->password_authentication = 1;
274
		options->password_authentication = 1;
275
	if (options->kbd_interactive_authentication == -1)
275
	if (options->kbd_interactive_authentication == -1)
276
- 

Return to bug 2637