Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-passwd.c97 if (options.kerberos_authentication == 1) { in auth_password()
H A Dservconf.h141 int kerberos_authentication; /* If true, permit Kerberos member
H A Dservconf.c136 options->kerberos_authentication = -1; in initialize_server_options()
379 if (options->kerberos_authentication == -1) in fill_default_server_options()
380 options->kerberos_authentication = 0; in fill_default_server_options()
1632 intptr = &options->kerberos_authentication; in process_server_config_line_depth()
2916 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
3244 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); in dump_config()
H A Dsshd-session.c1081 if (privsep_chroot || options.kerberos_authentication) in main()
H A Dsshd.c1674 options.kerberos_authentication); in main()
H A DChangeLog1716 sshd-session attempting to use options.kerberos_authentication to