JCA and LDAP

  • Thread starter Raymond DeCampo
  • Start date
R

Raymond DeCampo

All,

What solutions have you used or are you aware of for accessing LDAP via
JCA in a J2EE environment? Obviously free, open source solutions are
most desirable. :) Or do you use another technology besides JCA when
accessing LDAP in a J2EE environment?

Note that I am not referring to simply using the directory server to
authenticate or authorize users. I need to access custom attributes on
the user object themselves.

I have found very few solutions via Google. Perhaps I am not using the
right magic search terms.

Thanks,
Ray
 
R

Raymond DeCampo

Raymond said:
All,

What solutions have you used or are you aware of for accessing LDAP via
JCA in a J2EE environment? Obviously free, open source solutions are
most desirable. :) Or do you use another technology besides JCA when
accessing LDAP in a J2EE environment?

Note that I am not referring to simply using the directory server to
authenticate or authorize users. I need to access custom attributes on
the user object themselves.

I have found very few solutions via Google. Perhaps I am not using the
right magic search terms.

Further research has lead me down the correct path. Apparently JCA is
too heavy for LDAP. The best practice is to use connection pooling with
the LDAP interface supplied by JNDI.

Thanks,
Ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top