10 Mar
2014
10 Mar
'14
6:44 p.m.
Matthew Newton wrote:
# cd raddb/ # ln -s ../mods-available/mac2ip mods-enabled/mac2ip # mkdir mods-config/passwd # echo "01:02:03:04:05:06,10.0.0.100" >> mods-config/passwd/mac2ip
I've pushed a fix for rlm_passwd. It was freeing things, but not setting the pointer to NULL... and then trying to free them again. That only happened in the v3 branch, so v2 is OK. And rlm_passwd is... horrific in it's code "quality". Oh well. It now complains "unable to resolve attribute: DHCP-Client-Hardware-Address" without crashing, which is a step ahead. I'll have to think about how to fix that one. I may have to push a fix tomorrow. Alan DeKok.