Skip to content

Conversation

chaoskao
Copy link

@chaoskao chaoskao commented Aug 5, 2025

What I did

Modified the config aaa authorization and config aaa accounting commands to remove the requirement for quotation marks around the method.

Why I did it

The syntax of the config aaa authorization and config aaa accounting commands differs from that of the config aaa authentication command, which already accepts multiple authentication methods without requiring quotation marks.

How to verify it

Verification was performed by testing the commands with various combinations of methods, such as sudo config aaa authorization tacacs+ local and
sudo config aaa accounting tacacs+ local, to ensure proper parsing
and application of all configurations.

What I did
Modified the `config aaa authorization` and `config aaa accounting` commands
to remove the requirement for quotation marks around the method.

Why I did it
The syntax of the 'config aaa authorization' and 'config aaa accounting'
commands differs from that of the 'config aaa authentication' command, which
already accepts multiple authentication methods without requiring quotation marks.

How I verified it
Verification was performed by testing the commands with various combinations
of methods, such as `sudo config aaa authorization tacacs+ local` and
 `sudo config aaa accounting tacacs+ local`, to ensure proper parsing
and application of all configurations.
@chaoskao chaoskao changed the title Remove quotation marks from authorization and accounting commands Ensure that the command syntax for 'config aaa authorization' and 'config aaa accounting' is aligned with that for 'config aaa authentication'. Aug 6, 2025
@chaoskao chaoskao changed the title Ensure that the command syntax for 'config aaa authorization' and 'config aaa accounting' is aligned with that for 'config aaa authentication'. Ensure that the command syntax for config aaa authorization and config aaa accounting is aligned with that for config aaa authentication. Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant