Patch from Masao Nishiku to implement PEAP version 0. It works
authoraland <aland>
Tue, 14 Oct 2003 15:20:38 +0000 (15:20 +0000)
committeraland <aland>
Tue, 14 Oct 2003 15:20:38 +0000 (15:20 +0000)
commitdaa781e3c2da5893d30921377ed6c1376f6f751a
tree07c144334f03d4c1d3e113da745fccf82ba6fbf3
parent95337d234ea7d04f7663a13d520c91a8be59d03f
Patch from Masao Nishiku to implement PEAP version 0.  It works
with clients Windows XP SP1, and Windows 2000 SP4.

It also needs 'include_length = no' in radiusd.conf's tls section,
but the TLS module can be updated later to automatically do that
for PEAP.

The module has minor changes from the one posted by Masao Nishiku.
src/modules/rlm_eap/types/rlm_eap_peap/Makefile.in [new file with mode: 0644]
src/modules/rlm_eap/types/rlm_eap_peap/config.h.in [new file with mode: 0644]
src/modules/rlm_eap/types/rlm_eap_peap/configure [new file with mode: 0755]
src/modules/rlm_eap/types/rlm_eap_peap/configure.in [new file with mode: 0644]
src/modules/rlm_eap/types/rlm_eap_peap/eap_peap.h [new file with mode: 0644]
src/modules/rlm_eap/types/rlm_eap_peap/peap.c [new file with mode: 0644]
src/modules/rlm_eap/types/rlm_eap_peap/rlm_eap_peap.c [new file with mode: 0644]