mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-10 00:02:41 +02:00
this makes them consistent, since we only use base-* and not the system-* style. it also adds keyring support to pam
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
# basic PAM configuration for Alpine.
|
|
|
|
auth required pam_unix.so nullok
|
|
auth required pam_nologin.so
|
|
auth required pam_env.so
|
|
|
|
-auth optional pam_gnome_keyring.so
|
|
-auth optional pam_kwallet5.so
|