2008/10/10 David Leangen <[EMAIL PROTECTED]>

>
> Hello!
>
> I need to do some work with LDAP queries and filters, so I'm looking for
> a good open-source library that handles this.
>

Hi David,

are you looking for something that builds LDAP queries/filters or parses
them?

for building I'd suggest Spring-LDAP:

   http://static.springframework.org/spring-ldap/docs/1.2.1/api/spring-ldap

specifically the "org.springframework.ldap.filter" package.

for parsing you could re-use some of the code here:


http://svn.apache.org/repos/asf/felix/trunk/framework/src/main/java/org/apache/felix/framework/util/ldap

HTH

I know that Felix needs to handle this as well, so I was hoping that one
> of the devs could point out what you guys use for this.
>
> Thank you!
> =dml
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

-- 
Cheers, Stuart

Reply via email to