Skip to content

Instantly share code, notes, and snippets.

@dayantrivani
dayantrivani / README.md
Created March 6, 2023 02:28 — 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