Top "Apacheds" questions

ApacheDS is an extensible and embeddable directory server entirely written in Java

case insensitive LDAP searches

What't the syntax for performing a case-insensitive match on a 'uid' attribute? If attribute definition matters then how would that …

ldap case-insensitive ldap-query apacheds
Open LDAP vs apacheDS

I am working on scalable web application.I am planing to use LDAP for login authentication purpose.I am new …

ldap openldap apacheds
ApacheDS - How to create a new user with Java JNDI and setting the password?

I have the following JNDI code to generate the password in a new user into Apache DS: private String digest(…

java ldap jndi apacheds
Add 'memberOf' attribute to ApacheDS

I am trying to simulate Active Directory's memberOf attribute in Apache Directory. I have added the following entry for memberOf …

ldap apacheds
Issue in starting Apache DS

Hi I am facing an issue in starting the Apache DS. My environment is as follows. Windows 7 64 Bit I have 2 …

windows-7-x64 apacheds
How do you add a user to a group using Apache Directory Studio

I am using Apache Directory Studio to set up an initial user on an LDAP partition. I have added the …

ldap apacheds
Role-based security implementation in LDAP

I'm working on role-based security implementation in LDAP and Java. Specifically, I have the following objects that I need to …

java ldap rbac apacheds
How can configure CAS 4.0 with LDAP ApacheDS

I want to configure CAS server 4.0 with ApacheDS LDAP. I followed the bellow steps: 1- Based on this Link I …

ssl ldap ssl-certificate cas apacheds
Running Apache DS embedded in my application

I'm trying to run an embedded ApacheDS in my application. After reading http://directory.apache.org/apacheds/1.5/41-embedding-apacheds-into-an-application.html I …

java apache ldap apacheds
Adding Custom Attributes to ApacheDS Server

I am using ApacheDS Server as an LDAP Server. I have created a custom attribute to use in my LDAP …

java ldap apacheds ldif