-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR8, 7.1.0.DR9
-
None
-
Regression
-
-
-
-
-
-
Description of problem:
CLI is unable to connect to EAP after reload CLI command if --user=... and --password=... is used
This is regression against EAP 7.1.0.DR7, so priority is blocker.
How reproducible:
Always
Steps to Reproduce:
- ./add-user.sh -u user -p Pass1234* -s
- ./standalone.sh
- ./jboss-cli.sh -c --user=user --password=Pass1234*
- reload
Actual results:
[mkopecky@dhcp-10-40-4-253 bin]$ ./jboss-cli.sh -c --user=user --password=Pass1234* [standalone@localhost:9990 /] reload Failed to establish connection in 6021ms [disconnected /] [disconnected /] [disconnected /] connect Unable to authenticate against controller at localhost:9990: Authentication failed: all available authentication mechanisms failed: DIGEST-MD5: Server rejected authentication [disconnected /]
- is caused by
-
ELY-829 ClearPassword.rawPassword should clone password
- Resolved