On Sat, Apr 4, 2015 at 1:44 PM, Daniel Fisher <[email protected]> wrote:
> On Sat, Apr 4, 2015 at 12:17 PM, Shawn McKinney <[email protected]> > wrote: > > > To me the solution is obvious: We need a spring ldap api that wraps the > > apache ldap api (not jndi) > > > > You may be interested in: http://www.ldaptive.org/ > I didn't write it with Spring LDAP in mind, but it is a higher level API > that can use JNDI or the apache LDAP API. > > --Daniel Fisher > I added LdapConnectionTemplate (akin to springs LdapTemplate) to apache LDAP API over a year ago ( http://directory.apache.org/api/user-guide/2.10-ldap-connection-template.html) which provides some useful abstractions over the LDAP API. Is there anything specific missing from interface that you would like to see added?
