Fake SMTP LDAP Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Czar 5ab5be108c UPDATE LICENSE 4 months ago
handler fix search for mediawiki 9 months ago
utils fix search for mediawiki 9 months ago
.env.default Initial commit 2 years ago
COPYING UPDATE LICENSE 4 months ago
Makefile Initial commit 2 years ago
README.org Initial commit 2 years ago
fsldap.go fix everything 9 months ago
go.mod Initial commit 2 years ago
go.sum Initial commit 2 years ago

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