From c2f5bf6eaf8adc82b3425d3bedefe9e42e669722 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 4 Feb 2017 16:43:35 +0000 Subject: [PATCH] MFC r310467: Provide some guidance when dealing with sections and variables contained within them For example, using variables designated for %usm requires uncommenting %usm section header git-svn-id: svn://svn.freebsd.org/base/stable/10@313224 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/snmpd.config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/snmpd.config b/etc/snmpd.config index 77875425c..22a992178 100644 --- a/etc/snmpd.config +++ b/etc/snmpd.config @@ -115,6 +115,14 @@ snmpEnableAuthenTraps = 2 # Uncomment `begemotSnmpdModulePath.".." = ".."' entries below to enable # modules +# +# Control configuration for the modules in the module specific sections, e.g. +# the "usm" module (begemotSnmpdModulePath."usm") can be controlled in the +# %usm specific section. You must uncomment the section specific header in +# order to use the enclosed variables, e.g. `usmUserStatus.$(engine).$(user1)` +# can only be used if %usm is uncommented. +# + # # Bridge module # This requires the mibII module. -- 2.42.0