Update radius.py (#84)

* Update radius.py

Adding username and password fields

* Update radius.py
This commit is contained in:
Andrew Aubury 2022-03-28 00:58:03 +01:00 committed by GitHub
parent ec40284a3b
commit 4b26d65cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,8 @@ _FREERADUIS_DICT = textwrap.dedent("""
BEGIN-VENDOR FreeRADIUS BEGIN-VENDOR FreeRADIUS
ATTRIBUTE FreeRADIUS-Statistics-Type 127 integer 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 None 0
VALUE FreeRADIUS-Statistics-Type Authentication 1 VALUE FreeRADIUS-Statistics-Type Authentication 1