From 4b26d65cf94f8315e6f9e9a3aa298b838fe37a1c Mon Sep 17 00:00:00 2001 From: Andrew Aubury Date: Mon, 28 Mar 2022 00:58:03 +0100 Subject: Update radius.py (#84) * Update radius.py Adding username and password fields * Update radius.py --- kvmd/plugins/auth/radius.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kvmd/plugins/auth') diff --git a/kvmd/plugins/auth/radius.py b/kvmd/plugins/auth/radius.py index 3283f40b..c33c22c4 100644 --- a/kvmd/plugins/auth/radius.py +++ b/kvmd/plugins/auth/radius.py @@ -50,6 +50,8 @@ _FREERADUIS_DICT = textwrap.dedent(""" BEGIN-VENDOR FreeRADIUS ATTRIBUTE FreeRADIUS-Statistics-Type 127 integer + ATTRIBUTE User-Name 1 string + ATTRIBUTE User-Password 2 string VALUE FreeRADIUS-Statistics-Type None 0 VALUE FreeRADIUS-Statistics-Type Authentication 1 -- cgit v1.2.3