implementation of checkpassword-compatible auth program
checkpassword-pam was written from scratch. There are several older packages called checkpassword-pam, derived from DJB's checkpassword code. This checkpassword-pam is more modern and administrator-friendly.
checkpassword-pam was written from scratch. There are several older packages called checkpassword-pam, derived from DJB's checkpassword code. This checkpassword-pam is more modern and administrator-friendly.
To install checkpassword-pam, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install checkpassword-pam
To see what files were installed by checkpassword-pam, run:
port contents checkpassword-pam
To later upgrade checkpassword-pam, run:
sudo port selfupdate && sudo port upgrade checkpassword-pam
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.