You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
handler | 9 months ago | |
utils | 9 months ago | |
.env.default | 2 years ago | |
COPYING | 4 months ago | |
Makefile | 2 years ago | |
README.org | 2 years ago | |
fsldap.go | 9 months ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago |
README.org
Fake SMTP LDAP Server
A LDAP server that use SMTP as authentication source
Features
- LDAP BIND
- LDAP SEARCH
Build
fsldap is a written in Go, so you will need to install the Golang compiler
$ make build
Configuration
copy the .env.default
to .env
and set your variables accordly
Running
$ make run