Skip to content

Commit

Permalink
Added comment statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh1405 committed Sep 20, 2023
1 parent 7d2a262 commit 5c2bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/aaa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5c2bf77

Please sign in to comment.