Hi Alan, Any idea why the passwd module is not getting invoked. I did add "passwd" prior to the eap section in ..sites-enabled/default under authorize. Do I need to configure anything else for passwd module to get triggered. Thanks Sid On Sun, Aug 16, 2015 at 7:14 AM, Alan DeKok <aland@deployingradius.com> wrote:
On Aug 14, 2015, at 7:16 PM, Siddharth Katragadda <siddharthk@google.com> wrote:
Hi Alan, After looking up the dictionary file for EAP-SIM attributes, I used the following settings:
passwd file in mods-enabled: passwd passwd { filename = /usr/local/etc/raddb/simtriplets.dat format = "*EAP-Sim-IMSI:EAP-Sim-RAND1:EAP-Sim-SRES1:EAP-Sim-KC1:EAP-Sim-RAND2:EAP-Sim-SRES2:EAP-Sim-KC2:EAP-Sim-RAND2:EAP-Sim-SRES2:EAP-Sim-KC2"
That looks like it should work.
I get this error when I run the test. I'm using a phone with a test SIM in it (IMSI: 1001010123456789): eap: Expiring EAP session with state 0x4e4609474d431cf0 (37) eap: Finished EAP session with state 0x50b3a7b250b1a3eb
The debug output doesn't show it using the passwd module. Perhaps that's the problem.
Alan DeKok.