Searched refs:use_pam (Results 1 – 1 of 1) sorted by relevance
201 bool use_pam = 1; /* Enable use of PAM by default */ variable203 bool use_pam = 0; /* Disable use of PAM by default */ variable298 { "pam", o_bool, &use_pam,300 { "nopam", o_bool, &use_pam,1273 if (use_pam) {1375 if (!use_pam && pw != (struct passwd *)NULL) {1407 if (use_pam) { in plogout()