mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-09 15:51:45 +02:00
this makes them consistent, since we only use base-* and not the system-* style. it also adds keyring support to pam
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
# basic PAM configuration for Alpine.
|
|
|
|
password required pam_unix.so nullok sha512 shadow
|
|
|
|
# desktop keyrings
|
|
-password optional pam_gnome_keyring.so use_authtok
|
|
-password optional pam_kwallet5.so
|