Skip to content

Instantly share code, notes, and snippets.

@sidescraper
sidescraper / README.md
Created February 7, 2020 19:07 — forked from bekce/README.md
ldap server with mysql backend

I wanted to build an LDAP server that queries a MySQL server to fetch users and check their passwords. It is mainly used for old software that does not work with custom OAuth2 providers. Redmine is an example of this.

Instructions:

  1. Create the database and table with insert.sql