Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c194 bool use_pam = 1; /* Enable use of PAM by default */ variable
196 bool use_pam = 0; /* Disable use of PAM by default */ variable
291 { "pam", o_bool, &use_pam,
293 { "nopam", o_bool, &use_pam,
1266 if (use_pam) {
1368 if (!use_pam && pw != (struct passwd *)NULL) {
1400 if (use_pam) { in plogout()