Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value of global passkey in TACACS and RADIUS to be removed in show command output #3042

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saravanan-i
Copy link

What I did

Removed the displaying of default passkey in TACACS and RADIUS

How I did it

As there is no default value for global passkey (in TACACS and RADIUS), displaying the passkey as "EMPTY_STRING" is misleading. Hence removed them from show command output.

How to verify it

Execute show tacacs/show radius commands

Previous command output (if the output of a command-line utility has changed)

admin@sonic:~$ show radius

RADIUS global auth_type pap (default)
RADIUS global retransmit 3 (default)
RADIUS global timeout 5 (default)
RADIUS global passkey <EMPTY_STRING> (default)

admin@sonic:~$ show tacacs
TACPLUS global auth_type pap (default)
TACPLUS global timeout 5 (default)
TACPLUS global passkey <EMPTY_STRING> (default)

New command output (if the output of a command-line utility has changed)

RADIUS global auth_type pap (default)
RADIUS global retransmit 3 (default)
RADIUS global timeout 5 (default)

admin@sonic:~$ show tacacs
TACPLUS global auth_type pap (default)
TACPLUS global timeout 5 (default)

@saravanan-i saravanan-i changed the title Fixing global passkey display issue Default value of global passkey in TACACS and RADIUS to be removed in show command output Nov 16, 2023
@saravanan-i saravanan-i marked this pull request as ready for review November 16, 2023 06:26
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