mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-12 16:54:18 +02:00
this makes them consistent, since we only use base-* and not the system-* style. it also adds keyring support to pam
6 lines
252 B
Text
6 lines
252 B
Text
# basic PAM configuration for Alpine.
|
|
auth sufficient pam_rootok.so
|
|
auth include base-auth
|
|
account include base-account
|
|
password include base-password
|
|
session include base-session-noninteractive
|