pam_resmgr

Langue: en

Autres versions - même langue

Version: 08/02/2007 (openSuse - 09/10/07)

Section: 8 (Commandes administrateur)

NAME

pam_resmgr - PAM module for resource manager

SYNOPSIS

pam_resmgr.so [OPTIONS]

DESCRIPTION

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.

OPTIONS

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.

EXAMPLES

Add the following line to /etc/pam.d/sshd:


session optional pam_resmgr.so fake_ttyname

For XDM you might want to use


session optional pam_resmgr.so grant=desktop

or just


session optional pam_resmgr.so

SEE ALSO

resmgrd(8) resmgr(1) resmgr.conf(5) pam(8)