Skip to content

Account and Access

@trimstray edited this page Feb 24, 2019 · 33 revisions

You can file an issue about it and ask that it be added.


Table of Contents

Accounts and Access

PAM Module

Rationale

Linux-PAM is a library that enables the local system administrator to choose how individual applications authenticate users. It offers multiple low-level authentication schemes into a high-level application programming interface (API).

Solution

Password hashing algorithm
# C2S/CIS: CCE-27104-9 (Medium)

password  sufficient  pam_unix.so sha512 other arguments...

Policies

C2S/CIS: CCE-27104-9 (Medium)

Comments

Mount options

Useful resources

Clone this wiki locally