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

configure: Make PEAP depend on microsoft extensions #540

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

paulusmack
Copy link
Collaborator

Since our only PEAP mechanism is MS-CHAP v2, the compile fails if we enable PEAP without MS extensions. Therefore, for now make PEAP depend on MS extensions, so if MS extensions are disabled, PEAP is automatically disabled.

Since our only PEAP mechanism is MS-CHAP v2, the compile fails if we
enable PEAP without MS extensions.  Therefore, for now make PEAP
depend on MS extensions, so if MS extensions are disabled, PEAP is
automatically disabled.

Signed-off-by: Paul Mackerras <[email protected]>
@paulusmack
Copy link
Collaborator Author

@enaess does this look right to you? Is there a better way to do it?

@paulusmack paulusmack linked an issue Dec 30, 2024 that may be closed by this pull request
@paulusmack paulusmack merged commit 0885c4b into master Dec 30, 2024
61 checks passed
@paulusmack paulusmack deleted the peapdep branch December 30, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Configuring with --enable-microsoft-extensions=no breaks the compile
2 participants