blob: 0da44ecb4edd27bdb55adb9c98343a83e982e17d (
plain)
1
2
3
4
5
6
|
# This allows root to do vtysh without passwords
auth sufficient pam_rootok.so
# Any user may call vtysh but only those belonging to the group quaggavty can
# actually connect to the socket and use the program.
auth sufficient pam_wheel.so quaggavty
|