|
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 |
- |
|
|