# This is the password file for the Mercury Diagnostics Probe
#
# The recommended way to add/edit this file is to use the "User Management" web
# interface (http://<probe-host>:<probe-port>/security/)
#
# To manually add users to this file:
#   1) Run the <instal-dir>/bin/cryptPassword command file and generate a password.
#   2) Add a user name, password (cut/paste from above), and permissions line below.
#
# The format of each line below is:  user: <crypted password>,permission[,permission ...]
#
# Permissions:
#   view    - grants the user permission to view profiler data 
#   execute - grants the user permission to make changes (reset, perform GC)
#   change  - grants the user permissions to perform a heap dump
#   system  - permission that allows a user to be used for cross-server communications
#
# the "user" can only view the data
# the "superuser" can view and reset the data and perform GCs
# the "admin" user can view and reset the data and perform GCs and heap dumps
# the "mercury" user has full permissions and is the default user for cross-server communications

user: /LBPPMBtiTh6.,view
superuser: TJBGPyBEPkgX2,view,execute
admin: Vc3TBN0P/ab8k,view,change,execute
mercury: De0QPi1T6H8cw,system
