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:
Michael Aldridge 2022-09-04 23:47:27 -05:00
parent 1463886fc2
commit 86d3d89f95
4 changed files with 224 additions and 0 deletions

View file

@ -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"