< prev index next >

src/jdk.management.agent/share/conf/management.properties

Print this page

        

@@ -299,10 +299,21 @@
 
 # For a non-default password file location use the following line
 # com.sun.management.jmxremote.password.file=filepath
 
 #
+# ################# Hash passwords in password file ##############
+# com.sun.management.jmxremote.password.hashpasswords = true|false
+#      Default for this property is true.
+#      Specifies if passswords in the above file should be hashed or not.
+#      If this property is true, and if the password file is writable, and if the 
+#      system security policy allows writing into the password file,
+#      all the clear passwords in the password file will be replaced by
+#      its SHA-256 hash when the file is read by the server
+#      
+
+#
 # ################ RMI Access file location #####################
 #
 # com.sun.management.jmxremote.access.file=filepath
 #      Specifies location for access  file
 #      This is optional - default location is
< prev index next >