Quick snippet on password encryption for the org.picketbox.datasource.security.SecureIdentityLoginModule which is relatively version agnostic. From your JBoss directory, run
1 |
java -cp "modules/system/layers/base/org/picketbox/main/*;modules/system/layers/base/org/jboss/logging/main/*" org.picketbox.datasource.security.SecureIdentityLoginModule EXAMPLE_PASSWORD |
It’ll output the encrypted password, which you can update your configuration with. If you get an error, like
1 |
Error: Could not find or load main class org.picketbox.datasource.security.SecureIdentityLoginModule |
It’s most likely…