onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / mso / docker-files / jboss-configs / configuration / mgmt-users.properties
1 #
2 # Properties declaration of users for the realm 'ManagementRealm' which is the default realm
3 # for new installations. Further authentication mechanism can be configured
4 # as part of the <management /> in standalone.xml.
5 #
6 # Users can be added to this properties file at any time, updates after the server has started
7 # will be automatically detected.
8 #
9 # By default the properties realm expects the entries to be in the format: -
10 # username=HEX( MD5( username ':' realm ':' password))
11 #
12 # A utility script is provided which can be executed from the bin folder to add the users: -
13 # - Linux
14 #  bin/add-user.sh
15 #
16 # - Windows
17 #  bin\add-user.bat
18 # On start-up the server will also automatically add a user $local - this user is specifically
19 # for local tools running against this AS installation.
20 #
21 # The following illustrates how an admin user could be defined, this
22 # is for illustration only and does not correspond to a usable password.
23 #
24 admin=281905e1b4420050a7f07eecba66ee68
25 #
26 #$REALM_NAME=ManagementRealm$ This line is used by the add-user utility to identify the realm name already used in this file.
27 #