Initial commit

This commit is contained in:
Kylie Czar
2021-05-16 15:22:20 -03:00
commit 6455a1a71c
10 changed files with 240 additions and 0 deletions

23
README.org Normal file
View File

@@ -0,0 +1,23 @@
#+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