mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 13:37:41 +03:00
internal/auth: Add native NetAuth authentication integration.
NetAuth is an easy to deploy and manage organizational source of truth for identity and group management. This commit adds support for maddy to ask NetAuth about authentication using the native protocol.
This commit is contained in:
parent
1463886fc2
commit
86d3d89f95
4 changed files with 224 additions and 0 deletions
1
maddy.go
1
maddy.go
|
@ -42,6 +42,7 @@ import (
|
|||
_ "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/netauth"
|
||||
_ "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