blob: a9ec35dd69bc89989eca73ec23a904c056b08551 [file] [log] [blame]
Patrick Williams03907ee2022-05-01 06:28:52 -05001#
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
Patrick Williams864cc432023-02-09 14:54:44 -06008account sufficient pam_rootok.so
Patrick Williams03907ee2022-05-01 06:28:52 -05009
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