diff options
author | Kim <UnicronNL@users.noreply.github.com> | 2017-04-25 21:48:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 21:48:11 +0200 |
commit | a280dd5645c88dee051a2d2f3f5da7df2fcf8481 (patch) | |
tree | e65d7b6729105c3ca5fe0e1267439b29bc260a7b /scripts | |
parent | 51a4261069157f825a9ba371478ce82868d3c72c (diff) | |
download | vyatta-cfg-system-a280dd5645c88dee051a2d2f3f5da7df2fcf8481.tar.gz vyatta-cfg-system-a280dd5645c88dee051a2d2f3f5da7df2fcf8481.zip |
remove user and group from agentXPerms so all cann connect
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/snmp/vyatta-snmp.pl | 3 |
1 files changed, 1 insertions, 2 deletions
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"; |