Home
last modified time | relevance | path

Searched refs:kerberos_authentication (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth-passwd.c97 if (options.kerberos_authentication == 1) { in auth_password()
Dservconf.h128 int kerberos_authentication; /* If true, permit Kerberos member
Dservconf.c135 options->kerberos_authentication = -1; in initialize_server_options()
372 if (options->kerberos_authentication == -1) in fill_default_server_options()
373 options->kerberos_authentication = 0; in fill_default_server_options()
1543 intptr = &options->kerberos_authentication; in process_server_config_line_depth()
2495 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
2798 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); in dump_config()
Dsshd.c1758 if (privsep_chroot || options.kerberos_authentication)