mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 01:26:38 +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
194 B
Text
8 lines
194 B
Text
# 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
|