Registry / networking / apacheds-all

apacheds-all

JSON →
library1.5.7javamavenunverified

Embeddable LDAP directory server entirely written in Java, certified LDAPv3 compatible.

<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-all</artifactId> <version>1.5.7</version> </dependency>
INSTALL
IMPORT
SIG · APACHEDS-ALL
A
apacheds-all
networkingjavav1.5.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DirectoryService
org.apache.directory.server.core.api.DirectoryService

Minimal example starting and stopping an embedded ApacheDS instance.

import org.apache.directory.server.core.api.DirectoryService; import org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory; public class Example { public static void main(String[] args) throws Exception { DefaultDirectoryServiceFactory factory = new DefaultDirectoryServiceFactory(); DirectoryService service = factory.getDirectoryService(); service.startup(); System.out.println("ApacheDS started"); service.shutdown(); } }
Debug
Known issues
breakingApacheDS 1.5.7 is quite old; consider using a newer version for security fixes.
fix
Upgrade to ApacheDS 2.0.0-M24 or later.
affects: 1.5.7
Upgrade
Version history
1.5.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
21
OpenAI (training)
1
Resources
apacheds-all — mvn dependency:get apacheds-all · libregistry