From 5c2bf77c22dacf3745e67d0512431de4f2d549e7 Mon Sep 17 00:00:00 2001 From: Vignesh1405 Date: Wed, 20 Sep 2023 10:28:54 +0000 Subject: [PATCH] Added comment statement --- config/aaa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/aaa.py b/config/aaa.py index 293ab99309..28c220babf 100644 --- a/config/aaa.py +++ b/config/aaa.py @@ -11,7 +11,7 @@ RADIUS_MAXSERVERS = 8 RADIUS_PASSKEY_MAX_LEN = 65 VALID_CHARS_MSG = "Valid chars are ASCII printable except SPACE, '#', and ','" -TACACS_MAXSERVERS = 8 +TACACS_MAXSERVERS = 8 #Maximum of 8 Tacacs server hosts can be added def is_secret(secret): return bool(re.match('^' + '[^ #,]*' + '$', secret))