| Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # | 
| 2 | # The PAM configuration file for the quagga `vtysh' service | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | # This allows root to change user infomation without being | ||||
| 6 | # prompted for a password | ||||
| 7 | auth sufficient pam_rootok.so | ||||
| 8 | |||||
| 9 | # The standard Unix authentication modules, used with | ||||
| 10 | # NIS (man nsswitch) as well as normal /etc/passwd and | ||||
| 11 | # /etc/shadow entries. | ||||
| 12 | auth include common-auth | ||||
| 13 | |||||