From a280dd5645c88dee051a2d2f3f5da7df2fcf8481 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 25 Apr 2017 21:48:11 +0200 Subject: remove user and group from agentXPerms so all cann connect --- scripts/snmp/vyatta-snmp.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index b1d09e9f..90f710e8 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -156,8 +156,7 @@ sub snmp_get_constants { print "sysServices 14\n"; print "master agentx\n"; # maybe needed by lldpd print "agentaddress ", join(',',@addr), "\n"; - print "agentXPerms 0755 0755 quagga quaggavty\n"; - print "agentXPerms 0755 0755 _lldpd _lldpd\n"; + print "agentXPerms 0755 0755\n"; # add hook to read IF-MIB::ifAlias from sysfs print "pass .1.3.6.1.2.1.31.1.1.1.18 /opt/vyatta/sbin/if-mib-alias\n"; -- cgit v1.2.3