Seems the rlm_file can parse the user file after I put all attributes into a single line, but still "cannot init, no RAND1 attribute"


On Sat, Mar 29, 2014 at 12:06 AM, Bill Yuan <bycn82@gmail.com> wrote:
Thanks for the reply,

>
>  What is hard to understand about that message?  You have the wrong
> information in the file.  Do:
>
> user  EAP-Sim-Rand1 := ...
>       ...
>
>  Do NOT DO:
>
> user  ...
>       EAP-Sim-Rand1 := ...

Below is a sample for version2, but can someone please help to re-format it and make it workable for version 3? thanks very much!
1525016114550600@wlan.mnc001.mcc525.3gppnetwork.org     Auth-Type:=EAP, EAP-Type:=SIM        
        EAP-Sim-Rand1 = 0x5950877781B748d2BB3E77569D57A483
        EAP-Sim-SRES1 = 0x2Ae04b14,
        EAP-Sim-KC1   = 0xC7176774EA83cd6f,
        EAP-Sim-Rand2 = 0xF7E5774BC82A414c9FA108E97A761C4B,
        EAP-Sim-SRES2 = 0x2311eb24,
        EAP-Sim-KC2   = 0xBBdf4281D7ab35ff,
        EAP-Sim-Rand3 = 0xEFB4CD954B654f50BF92D71D326A1F6A,
        EAP-Sim-SRES3 = 0xE4b8a9e4,
        EAP-Sim-KC3   = 0xA5c98dabAF2a733b,
I tried to remove the Auth-Type, also tried to move the RAND1 in the same line, but still not working.