src/java.management/share/conf/snmp.acl.template

Print this page


   1 # ----------------------------------------------------------------------
   2 #           Template for SNMP Access Control List File
   3 #
   4 # o Copy this template to snmp.acl
   5 # o Set access control for SNMP support
   6 # o Change the permission of snmp.acl to be read-only
   7 #   by the owner.
   8 #
   9 # See below for the location of snmp.acl file.
  10 # ----------------------------------------------------------------------
  11 
  12 ############################################################
  13 #            SNMP Access Control List File  
  14 ############################################################
  15 #
  16 # Default location of this file is $JRE/lib/management/snmp.acl.
  17 # You can specify an alternate location by specifying a property in 
  18 # the management config file $JRE/lib/management/management.properties
  19 # or by specifying a system property (See that file for details).
  20 #
  21 
  22 
  23 ##############################################################
  24 #        File permissions of the snmp.acl file
  25 ##############################################################
  26 # 
  27 #      Since there are cleartext community strings stored in this file,
  28 #      this ACL file must be readable by ONLY the owner,
  29 #      otherwise the program will exit with an error. 
  30 #
  31 ##############################################################
  32 #               Format of the acl group
  33 ##############################################################
  34 #
  35 # communities: a list of SNMP community strings to which the
  36 #              access control applies separated by commas.
  37 #
  38 # access: either "read-only" or "read-write".


   1 # ----------------------------------------------------------------------
   2 #           Template for SNMP Access Control List File
   3 #
   4 # o Copy this template to snmp.acl
   5 # o Set access control for SNMP support
   6 # o Change the permission of snmp.acl to be read-only
   7 #   by the owner.
   8 #
   9 # See below for the location of snmp.acl file.
  10 # ----------------------------------------------------------------------
  11 
  12 ############################################################
  13 #            SNMP Access Control List File
  14 ############################################################
  15 #
  16 # Default location of this file is $JRE/conf/management/snmp.acl.
  17 # You can specify an alternate location by specifying a property in
  18 # the management config file $JRE/conf/management/management.properties
  19 # or by specifying a system property (See that file for details).
  20 #
  21 
  22 
  23 ##############################################################
  24 #        File permissions of the snmp.acl file
  25 ##############################################################
  26 #
  27 #      Since there are cleartext community strings stored in this file,
  28 #      this ACL file must be readable by ONLY the owner,
  29 #      otherwise the program will exit with an error.
  30 #
  31 ##############################################################
  32 #               Format of the acl group
  33 ##############################################################
  34 #
  35 # communities: a list of SNMP community strings to which the
  36 #              access control applies separated by commas.
  37 #
  38 # access: either "read-only" or "read-write".