mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:18:56 +00:00
Merge pull request #12308 from mtomaschewski/pam-account-warning
pam: declare root as sufficient frr pam account
This commit is contained in:
commit
2c7c09d94c
1
debian/frr.pam
vendored
1
debian/frr.pam
vendored
@ -1,3 +1,4 @@
|
||||
# Any user may call vtysh but only those belonging to the group frrvty can
|
||||
# actually connect to the socket and use the program.
|
||||
auth sufficient pam_permit.so
|
||||
account sufficient pam_rootok.so
|
||||
|
@ -5,6 +5,7 @@
|
||||
# Only allow root (and possibly wheel) to use this because enable access
|
||||
# is unrestricted.
|
||||
auth sufficient pam_rootok.so
|
||||
account sufficient pam_rootok.so
|
||||
|
||||
# Uncomment the following line to implicitly trust users in the "wheel" group.
|
||||
#auth sufficient pam_wheel.so trust use_uid
|
||||
|
Loading…
Reference in New Issue
Block a user