PAM: Difference between revisions
WhyNotHugo (talk | contribs) (Mention on /etc/security/limits.conf) |
m (Formatting package links, added categories) |
||
Line 1: | Line 1: | ||
To use PAM, the <code>pam</code> package itself must be installed as well as something for logging into the system that supports PAM. The <code>login</code> bundled with <code>busybox</code> does not support PAM. Instead, one of the following may be used: | To use PAM, the <code>pam</code> package itself must be installed as well as something for logging into the system that supports PAM. The <code>login</code> bundled with <code>busybox</code> does not support PAM. Instead, one of the following may be used: | ||
* | * {{Pkg|greetd}} plus any greeter ({{Pkg|greetd-agretty}} looks like login). See ([https://git.sr.ht/~kennylevinsen/greetd greetd's website] for more information). | ||
* <code>login(1)</code> provided by | * <code>login(1)</code> provided by {{Pkg|shadow-login}} | ||
* <code>login(1)</code> provided by | * <code>login(1)</code> provided by {{Pkg|util-linux-login}} | ||
== ulimit == | == ulimit == | ||
Line 13: | Line 13: | ||
* [https://wiki.gentoo.org/wiki/PAM PAM on the Gentoo Wiki] | * [https://wiki.gentoo.org/wiki/PAM PAM on the Gentoo Wiki] | ||
* [https://wiki.archlinux.org/title/PAM PAM on the ArchLinux Wiki] | * [https://wiki.archlinux.org/title/PAM PAM on the ArchLinux Wiki] | ||
[[Category:Kernel]] | |||
[[Category:Authentication]] |
Revision as of 07:37, 19 April 2023
To use PAM, the 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:
- greetd plus any greeter (greetd-agretty looks like login). See (greetd's website for more information).
login(1)
provided by shadow-loginlogin(1)
provided by util-linux-login
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).