HomeSort by: relevance | last modified time | path
    Searched refs:kerberos_authentication (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth2-methods.c 66 &options.kerberos_authentication
auth-passwd.c 95 if (options.kerberos_authentication == 1) {
readconf.h 43 int kerberos_authentication; /* Try Kerberos authentication. */ member in struct:__anon181
servconf.h 150 int kerberos_authentication; /* If true, permit Kerberos member in struct:__anon186
servconf.c 141 options->kerberos_authentication = -1;
411 if (options->kerberos_authentication == -1)
412 options->kerberos_authentication = 0;
1801 intptr = &options->kerberos_authentication;
3245 M_CP_INTOPT(kerberos_authentication);
3574 dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication);
readconf.c 1360 intptr = &options->kerberos_authentication;
2822 options->kerberos_authentication = -1;
3004 if (options->kerberos_authentication == -1)
3005 options->kerberos_authentication = 1;
monitor.c 1834 success = options.kerberos_authentication &&
sshconnect2.c 415 &options.kerberos_authentication,

Completed in 76 milliseconds