Home
last modified time | relevance | path

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

/external/openssh/
Dauth-passwd.c98 if (options.kerberos_authentication == 1) { in auth_password()
Dservconf.h109 int kerberos_authentication; /* If true, permit Kerberos member
Dservconf.c119 options->kerberos_authentication = -1; in initialize_server_options()
272 if (options->kerberos_authentication == -1) in fill_default_server_options()
273 options->kerberos_authentication = 0; in fill_default_server_options()
1219 intptr = &options->kerberos_authentication; in process_server_config_line()
1991 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
2254 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); in dump_config()
Dauth1.c251 (!options.kerberos_authentication || options.kerberos_or_local_passwd) && in do_authloop()
Dsshd.c1757 if (use_privsep || options.kerberos_authentication)