Files
efsldap/README.org
2021-05-16 15:57:38 -03:00

417 B

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