Home
last modified time | relevance | path

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

/external/openssh/
Dauth-passwd.c103 if (options.kerberos_authentication == 1) { in auth_password()
Dservconf.h103 int kerberos_authentication; /* If true, permit Kerberos member
Dservconf.c115 options->kerberos_authentication = -1; in initialize_server_options()
264 if (options->kerberos_authentication == -1) in fill_default_server_options()
265 options->kerberos_authentication = 0; in fill_default_server_options()
1205 intptr = &options->kerberos_authentication; in process_server_config_line()
1986 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
2258 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); in dump_config()
Dsshd.c1644 if (use_privsep || options.kerberos_authentication)