-
Notifications
You must be signed in to change notification settings - Fork 231
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
Configuring with --enable-microsoft-extensions=no breaks the compile #523
Comments
@enaess: Have you seen this @paulusmack ticket? |
If you disable Microsoft extensions then you might as well disable peap in the configuration too. Mschap is the only working peap method at this point. |
So then we should make peap depend on ms-extensions at the configure stage... |
@paulusmack for the time being, I think that would be appropriate. There might be a time in the future someone would add e.g. PEAP-SHA1 or something similar, which should allow configuring PEAP with whatever it supports. But since MsChapv2 is the only supported PEAP mechanisms now, then yes ... |
Hope it can be added before a 2.5.1.1 or 2.5.2 release :) |
After configuring with
--enable-microsoft-extensions=no
, running make gives:@enaess ?
The text was updated successfully, but these errors were encountered: