|
Lines 1562-1573
dump_config(ServerOptions *o)
Link Here
|
| 1562 |
o->hostbased_uses_name_from_packet_only); |
1562 |
o->hostbased_uses_name_from_packet_only); |
| 1563 |
dump_cfg_fmtint(sRSAAuthentication, o->rsa_authentication); |
1563 |
dump_cfg_fmtint(sRSAAuthentication, o->rsa_authentication); |
| 1564 |
dump_cfg_fmtint(sPubkeyAuthentication, o->pubkey_authentication); |
1564 |
dump_cfg_fmtint(sPubkeyAuthentication, o->pubkey_authentication); |
|
|
1565 |
#ifdef KRB5 |
| 1565 |
dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); |
1566 |
dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); |
| 1566 |
dump_cfg_fmtint(sKerberosOrLocalPasswd, o->kerberos_or_local_passwd); |
1567 |
dump_cfg_fmtint(sKerberosOrLocalPasswd, o->kerberos_or_local_passwd); |
| 1567 |
dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup); |
1568 |
dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup); |
|
|
1569 |
#endif |
| 1570 |
#ifdef USE_AFS |
| 1568 |
dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token); |
1571 |
dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token); |
|
|
1572 |
#endif |
| 1573 |
#ifdef GSSAPI |
| 1569 |
dump_cfg_fmtint(sGssAuthentication, o->gss_authentication); |
1574 |
dump_cfg_fmtint(sGssAuthentication, o->gss_authentication); |
| 1570 |
dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); |
1575 |
dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); |
|
|
1576 |
#endif |
| 1571 |
dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); |
1577 |
dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); |
| 1572 |
dump_cfg_fmtint(sKbdInteractiveAuthentication, |
1578 |
dump_cfg_fmtint(sKbdInteractiveAuthentication, |
| 1573 |
o->kbd_interactive_authentication); |
1579 |
o->kbd_interactive_authentication); |