Lines Matching refs:dbglog
219 dbglog("Initializing PAM (%d) for user %s", flags, usr);
221 dbglog("---> PAM INIT Result = %d", pam_error);
230 dbglog("Attempting PAM authentication");
234 dbglog("PAM Authentication OK for %s", user);
239 dbglog("User unknown, failing PAM authentication");
243 dbglog("PAM Authentication failed: %d: %s", pam_error,
251 dbglog("Attempting PAM account checks");
259 dbglog("PAM Account OK for %s", user);
272 dbglog("User unknown, ignoring PAM restrictions");
277 dbglog("PAM Account checks failed: %d: %s", pam_error,
288 dbglog("PAM Session opened for user %s", user);
291 dbglog("PAM Session denied for user %s", user);