auth: Implement LDAP BindDN lookups

Currently connection management code is rather native, there is definitely a room for improvements (e.g. pooling?)

Closes #273
This commit is contained in:
fox.cpp 2021-07-14 22:07:52 +03:00
parent 3ce9279f39
commit e0792c2dbb
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
5 changed files with 411 additions and 12 deletions

View file

@ -41,6 +41,7 @@ import (
// Import packages for side-effect of module registration.
_ "github.com/foxcpp/maddy/internal/auth/dovecot_sasl"
_ "github.com/foxcpp/maddy/internal/auth/external"
_ "github.com/foxcpp/maddy/internal/auth/ldap"
_ "github.com/foxcpp/maddy/internal/auth/pam"
_ "github.com/foxcpp/maddy/internal/auth/pass_table"
_ "github.com/foxcpp/maddy/internal/auth/plain_separate"