PAM: Difference between revisions
WhyNotHugo (talk | contribs) (Create page (mostly indicate which `login` alternatives can be used)) |
WhyNotHugo (talk | contribs) m (Formatting) |
||
Line 5: | Line 5: | ||
* <code>login(1)</code> provided by <code>util-linux-login</code> | * <code>login(1)</code> provided by <code>util-linux-login</code> | ||
== See Also == | |||
* [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] |
Revision as of 10:01, 27 January 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 (agretty
looks like login). See (greetd's website for more information).login(1)
provided byshadow-login
login(1)
provided byutil-linux-login