HomeSort by relevance Sort by last modified time
    Searched full:kerberos_authentication (Results 1 - 5 of 5) sorted by null

  /external/openssh/
auth-passwd.c 97 if (options.kerberos_authentication == 1) {
servconf.h 94 int kerberos_authentication; /* If true, permit Kerberos member in struct:__anon25867
servconf.c 99 options->kerberos_authentication = -1;
222 if (options->kerberos_authentication == -1)
223 options->kerberos_authentication = 0;
950 intptr = &options->kerberos_authentication;
    [all...]
auth1.c 257 (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
sshd.c     [all...]

Completed in 581 milliseconds