svn commit: r310466 - head/etc

Ngie Cooper ngie at FreeBSD.org
Fri Dec 23 08:54:45 UTC 2016


Author: ngie
Date: Fri Dec 23 08:54:44 2016
New Revision: 310466
URL: https://svnweb.freebsd.org/changeset/base/310466

Log:
  Don't hardcode $(securityModelUSM) (3) in the authPriv example under the %vacm
  section
  
  MFC after:	1 week

Modified:
  head/etc/snmpd.config

Modified: head/etc/snmpd.config
==============================================================================
--- head/etc/snmpd.config	Fri Dec 23 08:52:10 2016	(r310465)
+++ head/etc/snmpd.config	Fri Dec 23 08:54:44 2016	(r310466)
@@ -256,10 +256,10 @@ begemotSnmpdModulePath."mibII"	= "/usr/l
 #
 #Read-write-notify access to restricted for SNMPv3 USM users with authPriv
 #
-# vacmAccessStatus.$(write)."".3.$(authPriv) = 4
-# vacmAccessReadViewName.$(write)."".3.$(authPriv) = "restricted"
-# vacmAccessWriteViewName.$(write)."".3.$(authPriv) = "restricted"
-# vacmAccessNotifyViewName.$(write)."".3.$(authPriv) = "restricted"
+# vacmAccessStatus.$(write)."".$(securityModelUSM).$(authPriv) = 4
+# vacmAccessReadViewName.$(write)."".$(securityModelUSM).$(authPriv) = "restricted"
+# vacmAccessWriteViewName.$(write)."".$(securityModelUSM).$(authPriv) = "restricted"
+# vacmAccessNotifyViewName.$(write)."".$(securityModelUSM).$(authPriv) = "restricted"
 
 #%target
 # Send notifications to target tag "test"


More information about the svn-src-head mailing list