PAM module to reattach to user's per-session bootstrap namespace
A PAM module for reattaching to the authenticating user's per-session bootstrap namespace on macOS. This allows users to make use of the pam_tid module within programs like screen and tmux.
A PAM module for reattaching to the authenticating user's per-session bootstrap namespace on macOS. This allows users to make use of the pam_tid module within programs like screen and tmux.
To install pam-reattach, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pam-reattach
To see what files were installed by pam-reattach, run:
port contents pam-reattach
To later upgrade pam-reattach, run:
sudo port selfupdate && sudo port upgrade pam-reattach
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.