|
The pam_sm_close_session
function is the service module's implementation of the
pam_close_session(3)
interface.
This function is called to terminate a session. The only
valid value for flags
is zero
or:
Do not emit any messages.
Cannot make/remove an entry for the specified session.
The session was successfully terminated.
pam(3), pam_close_session(3), pam_sm_close_session(3), pam_strerror(3), PAM(8)
See Linux-PAM copyright notice for more information.
|