Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-passwd.c125 if (options.kerberos_authentication == 1) { in auth_password()
155 if (options.kerberos_authentication == 1) { in auth_password()
H A Dauth1.c93 (!options.kerberos_authentication || options.kerberos_or_local_passwd) && in do_authloop()
124 if (!options.kerberos_authentication) { in do_authloop()
419 options.kerberos_authentication) { in do_authentication()
H A Dservconf.c109 options->kerberos_authentication = -1; in initialize_server_options()
315 if (options->kerberos_authentication == -1) in fill_default_server_options()
316 options->kerberos_authentication = 0; in fill_default_server_options()
983 intptr = &options->kerberos_authentication; in process_server_config_line()
H A Dsshd.c1569 options.kerberos_authentication) { in main()
1571 options.kerberos_authentication = 0; in main()
1800 if (options.kerberos_authentication) in do_ssh1_kex()
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h71 int kerberos_authentication; /* Try Kerberos authentication. */ member
H A Dservconf.h95 int kerberos_authentication; /* If true, permit Kerberos member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c448 intptr = &options->kerberos_authentication; in process_config_line()
942 options->kerberos_authentication = -1; in initialize_options()
1047 if (options->kerberos_authentication == -1) in fill_default_options()
1048 options->kerberos_authentication = 1; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c1178 options.kerberos_authentication) { in ssh_userauth1()
1193 options.kerberos_authentication) { in ssh_userauth1()