wrends icon indicating copy to clipboard operation
wrends copied to clipboard

Community fork of OpenDJ, an LDAP server originally developed by ForgeRock.

Results 23 wrends issues
Sort by recently updated
recently updated
newest added

## Summary When in multi-master replication mode a single server is unreachable (socket connection has to timeout) it will cause replication server to not be able to accept any connection...

## Summary Current docker image bootstraps DS with hostname set to `localhost` - https://github.com/WrenSecurity/wrends/blob/b9af6473dd85fb55f62aa4adb4cab5389ff2fa4a/.docker/bootstrap/setup.sh#L36C4-L36C16. That is a sensible default for sandbox deployments. But we need to be able to setup...

## Summary It would be good to have PBKDF2-HMAC-SHA256 and the PBKDF-HMAC-SHA512 password encoding schemes. ## Solution You'd Like to See Add these types will allow stronger password encryption &...

## Summary The `GeneralizedTime` component inconsistently formats / parses the date when the year of the date is greater than 9999. During serialization, the year is serialized as is (e.g....

Unit tests in opendj-server-legacy module are only executed with `precommit` maven profile. We don't have this profile in our [CI pipeline](https://github.com/WrenSecurity/wrends/blob/7800b7ef152e58e9f324f4c17e16290e1ee56935/.github/workflows/build.yml#L25) which is probably mistake. We need to fix unit...

:beetle: bug

Hello, I would like to ask where the user data created by this service is currently stored. After I uninstalled it, I found that the user is still not deleted....

Surefire's [`argLine`](https://github.com/WrenSecurity/wrends/blob/main/pom.xml#L248) configuration prevents JaCoCo plugin to correctly produce coverage report data. We should move that configuration to global properties (https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html). Running `mvn -Pmetrics test jacoco:report` has to produce coverage...

:beetle: bug

`[root@einwin3-api02 wrends]# ./setup --cli` -bash: ./setup: /bin/sh^M: bad interpreter: No such file or directory

Wrends:opendj-core:jar:3.0.0 dependency cannot be found when the project is built Could not find artifact org.wrensecurity.wrends:opendj-core:jar:3.0.0 in wrensecurity-releases (https://wrensecurity.jfrog.io/wrensecurity/releases)

## Summary Connection handlers have too long and descriptive name with `Connection Handler` suffix. Connection handler names are used when referencing the handler so this makes all commands unnecessarily more...

:santa: enhancement