Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-passwd.c97 if (options.kerberos_authentication == 1) { in auth_password()
H A Dservconf.h142 int kerberos_authentication; /* If true, permit Kerberos member
H A Dservconf.c129 options->kerberos_authentication = -1; in initialize_server_options()
372 if (options->kerberos_authentication == -1) in fill_default_server_options()
373 options->kerberos_authentication = 0; in fill_default_server_options()
1647 intptr = &options->kerberos_authentication; in process_server_config_line_depth()
2971 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
3300 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); in dump_config()
H A Dsshd-auth.c658 if (privsep_chroot || options.kerberos_authentication) in main()
H A Dsshd-session.c1006 if (privsep_chroot || options.kerberos_authentication) in main()
H A Dsshd.c1783 options.kerberos_authentication); in main()
H A DChangeLog9801 sshd-session attempting to use options.kerberos_authentication to