mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

According to DISTRO_FEATURES to add pam support for quagga, and import configure file from Fedora. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
#
|
|
# The PAM configuration file for the quagga `vtysh' service
|
|
#
|
|
|
|
# This allows root to change user infomation without being
|
|
# prompted for a password
|
|
auth sufficient pam_rootok.so
|
|
|
|
# The standard Unix authentication modules, used with
|
|
# NIS (man nsswitch) as well as normal /etc/passwd and
|
|
# /etc/shadow entries.
|
|
auth include common-auth
|
|
|