Fake SMTP LDAP Server
Go to file
Czar 5ab5be108c UPDATE LICENSE
Signed-off-by: czar <czar@kalli.st>
2023-02-02 00:27:40 +01:00
handler fix search for mediawiki 2022-08-28 01:25:36 -03:00
utils fix search for mediawiki 2022-08-28 01:25:36 -03:00
.env.default Initial commit 2021-05-16 15:57:38 -03:00
COPYING UPDATE LICENSE 2023-02-02 00:27:40 +01:00
Makefile Initial commit 2021-05-16 15:57:38 -03:00
README.org Initial commit 2021-05-16 15:57:38 -03:00
fsldap.go fix everything 2022-08-27 20:15:10 -03:00
go.mod Initial commit 2021-05-16 15:57:38 -03:00
go.sum Initial commit 2021-05-16 15:57:38 -03:00

README.org

Fake SMTP LDAP Server

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

$ make build

Configuration

copy the .env.default to .env and set your variables accordly

Running

$ make run