* 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:
2026-01-07 16:37:02 -03:00
parent 0677061406
commit e4d9b92061
13 changed files with 147 additions and 69 deletions

View File

@@ -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