pam_resmgr — PAM module for resource manager
pam_resgmr is a PAM session module that can be used to register a user session with the resource manager at login, and remove it when the user logs out. It can also be configured to grant the user access to additional login classes.
grant=class
This option instructs
pam_resmgr
to tell the resource manager to grant the user access
to login class
class
in addition to any classes defined by the default access
control lists given in
/etc/resmgr.conf
fake_ttyname
use a generated fake tty name when registering with resmgr. This is useful for ssh with privilege separation as it always sets the pam tty to the same string for all users.
fake_ttyname_if_needed
as above but only use the fake name if the pam tty doesn't start with a slash or colon. This is useful if ssh and other services share the same pam config file.