On Mon, May 14, 2001 at 09:57:15PM -0400, Mark Glass wrote:
> I need to connnect to openLDAP on a unix box to insert, update, delete and
> select information pertaining to a particular user or users. I would connect
> to LDAP and use it like I might use a database. Has anyone done this? How
> can one reference LDAP from Turbine? If my question is still vague then
> please ask me questions. I'm not certain what information is missing.
Go and take a look at:
http://java.sun.com/products/jndi/
JNDI stands for "Java Naming and Directory Interface", it's the "standard"
way to interface to naming and directory services (such as LDAP, NDS, DNS,
etc). It comes built in with J2SDK1.3, take a look at the javax.naming.*
packages if that's your platform. In particular, javax.naming.ldap.* would
probably interest you. If you've using JDK 1.2 or below, you can download
an extra libraries from:
http://java.sun.com/products/jndi/#DOWNLOAD12
AFAIK Turbine doesn't have any wrappers for JNDI, nor should it need
them.
daniel
PGP signature