Closed befc closed 1 month ago
Build command:
mvn clean verify -B -e -Daudit -Djs.no.sandbox -pl \
extensions,repository
``` Empty username not allowed ```
```
Unexpected exception, expected
Tests run: 2028, Failures: 2, Skipped: 5 Test Results
:information_source: This is an automatic message
Failed conditions
59.1% Coverage on New Code (required ≥ 80%)
Build command:
mvn clean verify -B -e -Daudit -Djs.no.sandbox -pl \
core,extensions,repository
:ok_hand: All tests passed!
Tests run: 2599, Failures: 0, Skipped: 5 Test Results
:information_source: This is an automatic message
As part of BISERVER-14644, it was missing to decode the passwords for LDAP authentication in the server. This PR reuses the method done in the previous issue (with some slight improvements) to also apply the same decodification on LDAP authentication.
@pentaho/tatooine_dev please review