JPOX supports persisting objects to LDAP datastores (using the jpox-ldap plugin).
Support for LDAP is in its early stages and will be enhanced in future releases.
If you wish to help out in this effort either by contributing or by sponsoring particular
functionality please contact us via the JPOX Forum.
The following JDO connection properties will connect to an LDAP running on your local machine
javax.jdo.option.ConnectionDriverName=com.sun.jndi.ldap.LdapCtxFactory
javax.jdo.option.ConnectionURL=ldap://localhost:10389
javax.jdo.option.ConnectionUserName=uid=admin,ou=system
javax.jdo.option.ConnectionPassword=secret