13 Feb
2012
13 Feb
'12
5:20 a.m.
Stefan Winter wrote:
Maybe something wrong in the dictionary.freeradius.internal:
Yes.
This gives LEAP 21 = 0x15 (which is actually TTLS!), and TTLS 25 =0x19 (which is actually PEAP!), and PEAP 29 = 0x1D (which is actually EAP-MSCHAPv2!)
Solution: $ egrep VALUE dictionary.freeradius.internal | grep EAP-Type | awk '{print "ATTRIBUTE EAP-Type-" $3 " " 1280+$4 " octets"}' > foo;./format.pl foo And copy the resulting file into dictionary.freeradius.internal, to replace the existing (wrong) EAP-Type-* definitions. Alan DeKok.