-
Notifications
You must be signed in to change notification settings - Fork 0
/
application-users.properties
28 lines (28 loc) · 1.05 KB
/
application-users.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Properties declaration of users for the realm 'ApplicationRealm' which is the default realm
# for application services on a new installation.
#
# This includes the following protocols: remote ejb, remote jndi, web, remote jms
#
# Users can be added to this properties file at any time, updates after the server has started
# will be automatically detected.
#
# The format of this realm is as follows: -
# username=HEX( MD5( username ':' realm ':' password))
#
# A utility script is provided which can be executed from the bin folder to add the users: -
# - Linux
# bin/add-user.sh
#
# - Windows
# bin\add-user.bat
# The following illustrates how an admin user could be defined, this
# is for illustration only and does not correspond to a usable password.
#
bilel=382afe8ce432fe743498b0747cdd4054
user=c5568adea472163dfc00c19c6348a665
manager=e5148a68341fbc5afbe08fb4ab6da2c5
issam=dc16d6f2cc285049abda58945a9a6258
#
#$REALM_NAME=ApplicationRealm$ This line is used by the add-user utility to identify the realm name already used in this file.
#