You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After configuring with --enable-microsoft-extensions=no, running make gives:
CC pppd-peap.o
peap.c: In function ‘peap_init’:
peap.c:522:12: error: ‘struct peap_state’ has no member named ‘chap’
522 | psm->chap = chap_find_digest(CHAP_MICROSOFT_V2);
| ^~
make[2]: *** [Makefile:1520: pppd-peap.o] Error 1
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.
@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 ...
After configuring with
--enable-microsoft-extensions=no
, running make gives:@enaess ?
The text was updated successfully, but these errors were encountered: