* Rename fsldap to efsldap
* Use gopkg.in/ini.v1 over github.com/joho/godotenv * Fix typos Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#+TITLE: Fake SMTP LDAP Server
|
||||
#+TITLE: Enhanced Fake SMTP LDAP Server
|
||||
#+AUTHOR: czar
|
||||
|
||||
A LDAP server that use SMTP as authentication source
|
||||
@@ -8,13 +8,13 @@ A LDAP server that use SMTP as authentication source
|
||||
- LDAP SEARCH
|
||||
|
||||
* Build
|
||||
fsldap is a written in Go, so you will need to install the Golang compiler
|
||||
efsldap is 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
|
||||
copy the =efsldap.ini= to =/usr/pkg/etc/efsldap.ini= and set your variables accordly
|
||||
|
||||
* Running
|
||||
#+BEGIN_QUOTE
|
||||
|
||||
Reference in New Issue
Block a user