We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01c202 commit df0cbecCopy full SHA for df0cbec
config/aaa.py
@@ -15,7 +15,7 @@
15
VALID_CHARS_MSG = "Valid chars are ASCII printable except SPACE, '#', and ','"
16
TACACS_PASSKEY_MAX_LEN = 65
17
18
-def rotate_tacplus_key(table_info):
+def rotate_tacplus_key(table_info, secret):
19
#Extract table and nested_key names
20
table = table_info.split('|')[0]
21
nested_key = table_info.split('|')[1]
0 commit comments