-
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
--disable-microsoft-extensions requires --disable-peap #433
Comments
@paulusmack, @enaess: Have you seen this ticket? |
Right now, the only peap method supported is mschapv2, so yes they are sort of dependent on each other. Technically, in the future they can be disjoint... |
@enaess: Can you look it? |
@enaess: Have you progressed on it? |
No progress, we can still ship 2.5.1 without this. People would just need to know, PEAP with CHAPv2 is the only thing that woks right now, and if you disable the CHAP extension, PEAP won't authenticate. However, in the future you could probably use PEAP-PAP or something there alike. |
I should add a note to the README about this. |
When disable Microsoft Extension is required disable PEAP, both are not dependent correct?
if not using
--disable-peap
the error happens in compilation:# ./autogen.sh --prefix=/usr/local/pppd --disable-microsoft-extensions
The text was updated successfully, but these errors were encountered: