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

change radius authentication default #112

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

Conversation

vtarnavsky
Copy link

What I did

Due to a potential security vulnerability in the Radius ciphers, we have moved to mschapv2 as it is the least vulnerable one out of the available ciphers in Radius.

How I did

changed the RADIUS_SERVER_AUTH_TYPE_DEFAULT in hostcfgd

Copy link

linux-foundation-easycla bot commented Apr 8, 2024

CLA Signed


The committers listed above are authorized under a signed CLA.

@vtarnavsky
Copy link
Author

@qiluo-msft could you please review?

@dprital
Copy link

dprital commented May 6, 2024

@qiluo-msft , Can you please review ?

@@ -63,7 +63,7 @@ RADIUS_SERVER_AUTH_PORT_DEFAULT = "1812"
RADIUS_SERVER_PASSKEY_DEFAULT = ""
RADIUS_SERVER_RETRANSMIT_DEFAULT = "3"
RADIUS_SERVER_TIMEOUT_DEFAULT = "5"
RADIUS_SERVER_AUTH_TYPE_DEFAULT = "pap"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

3 participants