24 lines
417 B
Org Mode
24 lines
417 B
Org Mode
#+TITLE: Fake SMTP LDAP Server
|
|
#+AUTHOR: czar
|
|
|
|
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
|
|
#+BEGIN_QUOTE
|
|
$ make build
|
|
#+END_QUOTE
|
|
|
|
* Configuration
|
|
copy the =.env.default= to =.env= and set your variables accordly
|
|
|
|
* Running
|
|
#+BEGIN_QUOTE
|
|
$ make run
|
|
#+END_QUOTE
|
|
|