diff options
author | Andrew Aubury <[email protected]> | 2022-03-28 00:58:03 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-28 02:58:03 +0300 |
commit | 4b26d65cf94f8315e6f9e9a3aa298b838fe37a1c (patch) | |
tree | 82bf529446e22a6f83895dcc8a2819620ef183c4 /kvmd | |
parent | ec40284a3b6f04e89460d062b89180408b181bca (diff) |
Update radius.py (#84)
* Update radius.py
Adding username and password fields
* Update radius.py
Diffstat (limited to 'kvmd')
-rw-r--r-- | kvmd/plugins/auth/radius.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |