Initial commit
This commit is contained in:
23
README.org
Normal file
23
README.org
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user