HomeSort by relevance Sort by last modified time
    Searched refs:use_pam (Results 1 - 16 of 16) sorted by null

  /external/openssh/
platform.c 111 #if defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
117 if (options.use_pam) {
121 # endif /* USE_PAM */
139 #if !defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
145 if (options.use_pam) {
148 #endif /* USE_PAM */
auth-chall.c 52 #ifdef USE_PAM
53 if (!options.use_pam)
auth1.c 262 #ifdef USE_PAM
263 if (options.use_pam && (PRIVSEP(do_pam_account())))
342 #ifdef USE_PAM
343 if (options.use_pam && authenticated &&
422 #ifdef USE_PAM
423 if (options.use_pam)
gss-serv-krb5.c 177 #ifdef USE_PAM
178 if (options.use_pam)
servconf.h 159 int use_pam; /* Enable auth via PAM */ member in struct:__anon9886
auth.c 109 if (!options.use_pam)
112 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw))
129 if (!options.use_pam && passwd && *passwd) {
auth-passwd.c 114 #ifdef USE_PAM
115 if (options.use_pam)
auth2.c 247 #ifdef USE_PAM
248 if (options.use_pam)
310 #ifdef USE_PAM
311 if (options.use_pam && authenticated) {
auth-krb5.c 176 #ifdef USE_PAM
177 if (options.use_pam)
auth2-chall.c 56 #ifdef USE_PAM
68 #ifdef USE_PAM
87 #ifdef USE_PAM
109 #ifdef USE_PAM
110 if (!options.use_pam)
351 #if defined(BSD_AUTH) || defined(USE_PAM) || defined(SKEY)
357 #ifdef USE_PAM
367 #ifdef USE_PAM
auth-pam.c 61 #ifdef USE_PAM
682 if (!options.use_pam || sshpam_account_status == 0)
886 if (!options.use_pam)
1186 if (!options.use_pam || sshpam_handle == NULL)
1221 #endif /* USE_PAM */
servconf.c 68 options->use_pam = -1;
151 if (options->use_pam == -1)
152 options->use_pam = 0;
345 #ifdef USE_PAM
762 intptr = &options->use_pam;
    [all...]
session.c 873 #ifdef USE_PAM
878 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
1276 #ifdef USE_PAM
1281 if (options.use_pam) {
1292 #endif /* USE_PAM */
    [all...]
monitor.c 169 #ifdef USE_PAM
228 #ifdef USE_PAM
295 #ifdef USE_PAM
391 #ifdef USE_PAM
393 if (options.use_pam && authenticated) {
800 #ifdef USE_PAM
801 if (options.use_pam)
985 #ifdef USE_PAM
989 if (!options.use_pam)
1004 if (!options.use_pam)
    [all...]
monitor_wrap.c 772 #ifdef USE_PAM
779 if (!options.use_pam)
796 if (!options.use_pam)
902 #endif /* USE_PAM */
    [all...]
sshd.c     [all...]

Completed in 1298 milliseconds