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/outpost/ak"
"goauthentik.io/internal/outpost/radius/eap"
)
func parseCIDRs(raw string) []*net.IPNet {
@ -53,6 +54,7 @@ func (rs *RadiusServer) Refresh() error {
providerId: provider.Pk,
s: rs,
log: logger,
eapState: map[string]*eap.State{},
}
}
rs.providers = providers