Fake SMTP LDAP Server
Find a file
2025-01-16 10:10:06 -03:00
handler fix search for mediawiki 2022-08-28 01:25:36 -03:00
utils don't fail when .env don't exists 2025-01-16 10:10:06 -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
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
Makefile Initial commit 2021-05-16 15:57:38 -03:00
README.org Initial commit 2021-05-16 15:57:38 -03:00

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