OpenDS « ldap « Java Enterprise Q&A





1. Intercepting an LDAP in order to gather statistics    stackoverflow.com

We are looking at building an application that either proxies a standalone LDAP server or delegates to an embedded Java LDAP instance (ie: ApacheDS, OpenDS) in order to log requests and ...

2. How to programmatically add user account to openDS?    stackoverflow.com

I need to add some user accounts to a openDS server programmatically, but I don't know how to do it even after look through the openDS wiki. Could anyone ...

3. Embedded OpenDS LDAP server with memory back-end    stackoverflow.com

I want to configure OpenDS LDAP server to work with memory back-end DB, for unit tests. According to OpedDS wiki it can be done, but there is no tutorial there. How can it ...

4. How to add and delete user to OpenDS using Java?    stackoverflow.com

I want to add and delete users from an OpenDS server, can someone please provide some sample code? I could not find it anywhere, including the

5. Authenticating users in OpenDS ldap server    coderanch.com

Hi all, I wish to authenticate users to a web application using the data from the OpenDS ldap server. I have written the code to connect to the server and it is working fine. Now, when the user (whose details are stored in an ldif file available to the ldap server) logs in to the application using a user name and ...