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

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

Completed in 80 milliseconds