Searched defs:pam_debug (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c110 static int pam_debug = 0; variable
160 * if exists (original), pam_debug = PAM_DEBUG_DEFAULT,
205 pam_debug = PAM_DEBUG_DEFAULT;
222 pam_debug = (int)strtol(arg, NULL, 0);
233 * flag = debug_flags from /etc/pam_debug
237 * from /etc/pam_debug
247 if ((pam_debug & flag) == 0)
303 (void *)*pamh, pam_debug);
402 if (((pam_debug & PAM_DEBUG_ITEM) == 0) || (pamh == NULL)) {
521 if (pam_debug
[all...]

Completed in 25 milliseconds