application-users.properties 834 B

1234567891011121314151617181920212223
  1. #
  2. # Properties declaration of users for the realm 'ApplicationRealm' which is the default realm
  3. # for application services on a new AS 7.1 installation.
  4. #
  5. # This includes the following protocols: remote ejb, remote jndi, web, remote jms
  6. #
  7. # Users can be added to this properties file at any time, updates after the server has started
  8. # will be automatically detected.
  9. #
  10. # The format of this realm is as follows: -
  11. # username=HEX( MD5( username ':' realm ':' password))
  12. #
  13. # A utility script is provided which can be executed from the bin folder to add the users: -
  14. # - Linux
  15. # bin/add-user.sh
  16. #
  17. # - Windows
  18. # bin\add-user.bat
  19. #
  20. # The following illustrates how an admin user could be defined, this
  21. # is for illustration only and does not correspond to a usable password.
  22. #
  23. #admin=2a0923285184943425d1f53ddd58ec7a