/ldap-server

A lightweight programmable LDAP server.

Primary LanguageJavaApache License 2.0Apache-2.0

LDAP Server

A lightweight programmable LDAP server.

Start Server

java org.dew.ldap.LDAPServer

Connect

host     = localhost
port     = 389
base dn  = ou=users,dc=test
user dn  = uid=admin,dc=test
password = admin

Test on JXplorer

Build

  • git clone https://github.com/giosil/ldap-server.git
  • mvn clean install

Contributors