The in-memory-directory-server Command-Line Tool

A simple LDAP directory server which holds all of its information in memory and can be used for basic testing purposes. It can be created and managed programmatically using the com.unboundid.ldap.listener.InMemoryDirectoryServer class.

Usage

in-memory-directory-server {arguments}

Connectivity Arguments

Data Arguments

Logging Arguments

Additional Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    in-memory-directory-server --baseDN dc=example,dc=com
    in-memory-directory-server --baseDN dc=example,dc=com --port 1389 \
         --ldifFile test.ldif --accessLogFile access.log --useDefaultSchema