Summary
Follow-up work from #300 to complete the GUID/UUID handling strategy for OpenLDAP.
Phase 4: Add OpenLDAP entryUUID support
- OpenLDAP's
entryUUID is a string attribute (RFC 4530), not binary
- Use
IdentifierParser.FromString() for parsing
- Implement when OpenLDAP connector work begins
Prerequisites
- OpenLDAP connector implementation
OpenLDAP Integration Test Infrastructure
OpenLDAP is being introduced into the JIM integration test ecosystem as part of #72 (partition-scoped imports). That issue establishes the multi-suffix OpenLDAP configuration in docker-compose.integration-tests.yml and creates the population/test scaffolding. Once that infrastructure is in place, this issue can build on it without duplicating the setup work.
Related
Summary
Follow-up work from #300 to complete the GUID/UUID handling strategy for OpenLDAP.
Phase 4: Add OpenLDAP
entryUUIDsupportentryUUIDis a string attribute (RFC 4530), not binaryIdentifierParser.FromString()for parsingPrerequisites
OpenLDAP Integration Test Infrastructure
OpenLDAP is being introduced into the JIM integration test ecosystem as part of #72 (partition-scoped imports). That issue establishes the multi-suffix OpenLDAP configuration in
docker-compose.integration-tests.ymland creates the population/test scaffolding. Once that infrastructure is in place, this issue can build on it without duplicating the setup work.Related