wrends
wrends copied to clipboard
Community fork of OpenDJ, an LDAP server originally developed by ForgeRock.
This is a WIP for adding the desired feature. Closes #8.
Adds new classes to hold parameters of operations on the directory server: ConnectionParameters, ImportParameters, RebuildIndexParameters, ReplicationParameters, SetupParameters, UpgradeParameters.
## Summary Wren:DS SDK defines a `PORT_INCREMENT` value of `1000`, which means that if a port it wants to use is in-use, it skips 1,000 ports at a time until...
## Summary If a background request thread encounters a RuntimeException (`NullPointerException`, `IllegalStateException`, etc), that thread silently dies off, leaving the main request thread blocking idefinitely on an `Object.wait()` call. ##...
[`org.forgerock.opendj.ldap.schema.CoreSchemaImpl.defaultSyntaxes()`](https://github.com/WrenSecurity/wrends/blob/a3da776006ab315170336e37352e4676d6cc145e/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/CoreSchemaImpl.java#L1560) cites [RFC4512](https://tools.ietf.org/html/rfc4512) as the source of all of the default syntaxes. The problem with this is that RFC4512 does not actually define any LDAP syntax types; that's handled by...
*Affected Version:* 3.0 ## Summary The Wren:DS / OpenDJ Control Panel application does not appear to properly handle custom `X-ENUM` syntaxes; when they are defined in the server, the Control...
## Summary It's currently not possible to build `master` on Windows machines, even if all dependencies are satisfied and PGP verification is being skipped, because the `opendj-doc-generated-ref` plug-in fails to...
## Affected Versions - 3.5.1 ## Summary If you build the Wren:DS project on Windows, the artifacts that get produced for the "OpenIDM Account Change Notification Handler" do not contain...
Wren:DS has a plugable storage backend. Currently it primarily uses Berkeley DB Java edition as storage backend. At some point it also supported PDE however that didn't workout well so...
Currently, CREST supports "starts with" (`cw`) but not "ends with" (`ew`). See: https://backstage.forgerock.com/docs/opendj/3.5/server-dev-guide/#about-crest-query It would be nice if CREST had support for seeing if a string _ends_ with a specific...