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

/freebsd-13-stable/crypto/openssh/
H A Dauth-passwd.c97 if (options.kerberos_authentication == 1) {
H A Dservconf.h116 int kerberos_authentication; /* If true, permit Kerberos member in struct:__anon6892
H A Dservconf.c124 options->kerberos_authentication = -1;
341 if (options->kerberos_authentication == -1)
342 options->kerberos_authentication = 0;
1472 intptr = &options->kerberos_authentication;
2293 M_CP_INTOPT(kerberos_authentication);
2578 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication);
H A Dsshd.c1755 if (privsep_chroot || options.kerberos_authentication)

Completed in 131 milliseconds