diff options
author | Maxim Devaev <[email protected]> | 2022-03-27 02:59:53 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-27 02:59:53 +0300 |
commit | be5f57e03f1e6fb2a677f88bac5c432ab87aa80a (patch) | |
tree | 34b0a70d65bb4c5c44e72b8084c2c66c85379338 | |
parent | 346c9f753d4dfe2c5cdba5b5aa3c9b9bc4529d89 (diff) |
renamed radiussrv to radius
-rw-r--r-- | kvmd/plugins/auth/radius.py (renamed from kvmd/plugins/auth/radiussrv.py) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/plugins/auth/radiussrv.py b/kvmd/plugins/auth/radius.py index 1c2326bb..532dafa2 100644 --- a/kvmd/plugins/auth/radiussrv.py +++ b/kvmd/plugins/auth/radius.py @@ -40,6 +40,7 @@ from pyrad.client import Client from pyrad.dictionary import Dictionary import pyrad.packet + # ===== class Plugin(BaseAuthService): def __init__( # pylint: disable=super-init-not-called |