bdemers opened a new pull request, #1103: URL: https://github.com/apache/directory-scimple/pull/1103
## Summary - Adds a `scim-server-ldap` reference module that bridges SCIM operations to an LDAP directory (Apache Directory Server / OpenLDAP) - Includes configurable SCIM-to-LDAP attribute mapping via `scim-ldap.yml` - Supports an embedded ApacheDS mode (`ldap.embedded=true`) for zero-config demos - `LdapTestServer` extends `EmbeddedLdapServer` to reuse LDAP bootstrapping, overriding only the seed data for compliance tests ## Test plan - [x] `mvn verify -pl reference-projects/scim-server-ldap -Pci` — 101 tests pass, PMD and SpotBugs clean - [ ] Run compliance test suite against the LDAP-backed server - [ ] Verify embedded mode starts cleanly with `mvn exec:java -pl reference-projects/scim-server-ldap` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
