1#
2# The PAM configuration file for the frr `vtysh' service
3#
4
5# This allows root to change user infomation without being
6# prompted for a password
7auth		sufficient	pam_rootok.so
8account		sufficient	pam_rootok.so
9
10# The standard Unix authentication modules, used with
11# NIS (man nsswitch) as well as normal /etc/passwd and
12# /etc/shadow entries.
13auth       include      common-auth
14
15