mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
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:
parent
3ce9279f39
commit
e0792c2dbb
5 changed files with 411 additions and 12 deletions
1
maddy.go
1
maddy.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue