Home | History | Annotate | Download | only in pppd

Lines Matching full:session

2  * session.c - PPP session control.
86 #include "session.h"
95 #define SUCCESS_MSG "Session started successfully"
96 #define ABORT_MSG "Session can't be started without a username"
102 /* We have successfully started a session */
256 * try to perform the session checks.
263 * the session check, because they don't make sense.
275 /* Any other error means session is rejected */
285 /* Only open a session if the user's account was found */
288 dbglog("PAM Session opened for user %s", user);
291 dbglog("PAM Session denied for user %s", user);