summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-01-30 17:24:57 +0100
committerGitHub <noreply@github.com>2024-01-30 17:24:57 +0100
commit471e4b7bbe1eeda362d93baa5f8e2b866166a634 (patch)
tree8f5c0e6b57d3de54fd07bb585b1f575d3378df34 /debian
parentMerge pull request #15250 from opensourcerouting/fix/memory_optimizations (diff)
parentpackaging: Just permit anything if PAM is enabled (diff)
downloadfrr-471e4b7bbe1eeda362d93baa5f8e2b866166a634.tar.xz
frr-471e4b7bbe1eeda362d93baa5f8e2b866166a634.zip
Merge pull request #15163 from opensourcerouting/fix/pam_account
packaging: Require account validation with pam_unix.so if PAM enabled
Diffstat (limited to 'debian')
-rw-r--r--debian/frr.pam2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/frr.pam b/debian/frr.pam
index 737b88953..1077243a1 100644
--- a/debian/frr.pam
+++ b/debian/frr.pam
@@ -1,4 +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
+account sufficient pam_permit.so