OpenLDAP « ldap « Java Enterprise Q&A





1. Updating OpenLDAP using a Java class    stackoverflow.com

I need to be able to update an attribute on OpenLDAP using a Java class. I've taken a stab at creating an LDAP entry, but it looks like a Java object instead ...

2. Java LDAP Authentication    stackoverflow.com

I am trying to use LDAP for authentication. I am using the OpenLDAP library by Novell to do this (http://www.openldap.org/jldap/). My issue is that it wants a full Distinguished ...

3. programatically querying LDAP permissions    stackoverflow.com

Is there any way to programatically query an OpenLDAP 2.4 server to find out what attributes of some object a user is allowed to modify? Or any way to tell the ...

4. OpenLDAP: MemberOf & Java    stackoverflow.com

I'm using OpenLDAP 2.4 for user authentication. To assign roles I added users to groups using the member attribute. Because some applications need a memberOf information I enabled the memberOf overlay ...