might actually happen?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-14 02:00:20 +02:00
parent 767c0a8e45
commit 2bba0ddd74
15 changed files with 491 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import (
log "github.com/sirupsen/logrus"
"goauthentik.io/internal/config"
"goauthentik.io/internal/outpost/ak"
"goauthentik.io/internal/outpost/radius/eap"
"goauthentik.io/internal/outpost/radius/metrics"
"layeh.com/radius"
@ -24,6 +25,7 @@ type ProviderInstance struct {
providerId int32
s *RadiusServer
log *log.Entry
eapState map[string]*eap.State
}
type RadiusServer struct {