1. Updating OpenLDAP using a Java class stackoverflow.comI 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.comI 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.comIs 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.comI'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 ... |