PAM: Difference between revisions

From Alpine Linux
m (Fix package links)
(mention that login without PAM is still possible)
Line 4: Line 4:
* <code>login(1)</code> provided by {{Pkg|shadow-login}}
* <code>login(1)</code> provided by {{Pkg|shadow-login}}
* <code>login(1)</code> provided by {{Pkg|util-linux-login}}
* <code>login(1)</code> provided by {{Pkg|util-linux-login}}
{{warning|Login without PAM will still be possible. See {{issue|11730}}}}


== ulimit ==
== ulimit ==

Revision as of 19:36, 27 October 2023

To use PAM, the linux-pam package itself must be installed as well as something for logging into the system that supports PAM. The login bundled with busybox does not support PAM. Instead, one of the following may be used:

Warning: Login without PAM will still be possible. See #11730


ulimit

ulimit permissions can be changed via /etc/security/limits.conf. These will only apply if a PAM-compatible tool is used for logging in (as indicated above).

See Also