Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 427 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 427 Bytes

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