* Use gopkg.in/ini.v1 over github.com/joho/godotenv * Fix typos Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
24 lines
444 B
Org Mode
24 lines
444 B
Org Mode
#+TITLE: Enhanced Fake SMTP LDAP Server
|
|
#+AUTHOR: czar
|
|
|
|
A LDAP server that use SMTP as authentication source
|
|
|
|
* Features
|
|
- LDAP BIND
|
|
- LDAP SEARCH
|
|
|
|
* Build
|
|
efsldap is written in Go, so you will need to install the Golang compiler
|
|
#+BEGIN_QUOTE
|
|
$ make build
|
|
#+END_QUOTE
|
|
|
|
* Configuration
|
|
copy the =efsldap.ini= to =/usr/pkg/etc/efsldap.ini= and set your variables accordly
|
|
|
|
* Running
|
|
#+BEGIN_QUOTE
|
|
$ make run
|
|
#+END_QUOTE
|
|
|