Questions tagged [apacheds]

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

http://directory.apache.org/

ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.

231 questions
0
votes
1 answer

Windows7 ApacheDS Installation - Does it also install Tomcat?

I'm trying to setup CAS and I just recently downloaded and installed ApacheDS on Windows 7. Here's a link to the instructions I'm following: https://wiki.jasig.org/display/CASUM/CAS+on+Windows+Quick+Setup+Guide The instructions for CAS tell me to…
Adam Levitt
  • 10,316
  • 26
  • 84
  • 145
0
votes
1 answer

How to add new group using JNDI to ApacheDS?

I tried java.util.Hashtable; import java.util.Properties; import java.util.jar.Attributes; import javax.naming.Context; import javax.naming.NamingException; import javax.naming.directory.Attribute; import…
merveotesi
  • 2,145
  • 15
  • 53
  • 84
0
votes
1 answer

How to run apacheds as a windows service from source code checked out in eclipse

I need help with apacheds server. I was trying to build apache ds and run it as a windows service from the code checked-out in my workspace. (I want to debug n see how the apacheds works). Following is the link -…
Aniket
  • 279
  • 3
  • 8
  • 21
0
votes
2 answers

Can LDAP Schema be changed at runtime?

Because schema, object class definitions, etc. are DirContexts in JNDI, the API allows changing them at runtime (adding new attributes, removing them, etc.). Is this supported, or does this depend on repository implementation? In particular, is this…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
0
votes
2 answers

embedded ApacheDS in my application, it fails on service.startup() -> DefaultSchemaService.getSchemaManager() returns null

I'm trying to run an embedded ApacheDS in my application. After reading: Running Apache DS embedded in my application and http://directory.apache.org/apacheds/1.5/41-embedding-apacheds-into-an-application.html Using the last stable version…
David Portabella
  • 12,390
  • 27
  • 101
  • 182
-1
votes
1 answer

Date format is differing between Microsoft Active Directory, OpenLDAP and Apache DS

We are in the process of implementing common client application for Microsoft Active Directory, LDAP and Apache DS. As part of our analysis below is the sample date formats from each LDAP server. Microsoft Active Directory: Create Timestamp:…
1 2 3
15
16