providers/radius: Add support for custom attributes (#10509)
* unrelated: show logs for failed blueprints Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add dictionaries Signed-off-by: Jens Langhammer <jens@goauthentik.io> * unrelated: remove some unused api functions Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add initial api Signed-off-by: Jens Langhammer <jens@goauthentik.io> * placeholder backend Signed-off-by: Jens Langhammer <jens@goauthentik.io> * idk Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add proper mappings Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -87,7 +87,7 @@ class TestProviderRadius(SeleniumTestCase):
|
||||
srv = Client(
|
||||
server="localhost",
|
||||
secret=self.shared_secret.encode(),
|
||||
dict=Dictionary("tests/radius-dictionary"),
|
||||
dict=Dictionary("authentik/providers/radius/dictionaries/dictionary"),
|
||||
)
|
||||
|
||||
req = srv.CreateAuthPacket(
|
||||
@ -109,7 +109,7 @@ class TestProviderRadius(SeleniumTestCase):
|
||||
srv = Client(
|
||||
server="localhost",
|
||||
secret=self.shared_secret.encode(),
|
||||
dict=Dictionary("tests/radius-dictionary"),
|
||||
dict=Dictionary("authentik/providers/radius/dictionaries/dictionary"),
|
||||
)
|
||||
|
||||
req = srv.CreateAuthPacket(
|
||||
|
Reference in New Issue
Block a user