Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth-passwd.c97 if (options.kerberos_authentication == 1) { in auth_password()
H A Dservconf.h132 int kerberos_authentication; /* If true, permit Kerberos member
H A Dservconf.c134 options->kerberos_authentication = -1; in initialize_server_options()
356 if (options->kerberos_authentication == -1) in fill_default_server_options()
357 options->kerberos_authentication = 0; in fill_default_server_options()
1573 intptr = &options->kerberos_authentication; in process_server_config_line_depth()
2603 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
2910 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication); in dump_config()
H A Dsshd.c1806 if (privsep_chroot || options.kerberos_authentication)