https://github.com/giosil/ldap-server
A lightweight programmable LDAP server.
https://github.com/giosil/ldap-server
java ldap ldap-authentication ldap-library ldap-server
Last synced: 3 months ago
JSON representation
A lightweight programmable LDAP server.
- Host: GitHub
- URL: https://github.com/giosil/ldap-server
- Owner: giosil
- License: apache-2.0
- Created: 2019-11-19T16:30:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T13:28:43.000Z (about 1 year ago)
- Last Synced: 2025-04-30T14:53:57.866Z (about 1 year ago)
- Topics: java, ldap, ldap-authentication, ldap-library, ldap-server
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```

## Build
- `git clone https://github.com/giosil/ldap-server.git`
- `mvn clean install`
## Contributors
* [Giorgio Silvestris](https://github.com/giosil)