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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-passwd.c97 if (options.kerberos_authentication == 1) {
H A Dservconf.h103 int kerberos_authentication; /* If true, permit Kerberos member in struct:__anon4965
H A Dauth1.c248 (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
H A Dservconf.c108 options->kerberos_authentication = -1;
242 if (options->kerberos_authentication == -1)
243 options->kerberos_authentication = 0;
1108 intptr = &options->kerberos_authentication;
1823 M_CP_INTOPT(kerberos_authentication);
2046 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication);
H A Dsshd.c1669 if (use_privsep || options.kerberos_authentication)

Completed in 150 milliseconds