Hi,
I tried to make MS-CHAPv2 authentification with FreeRadius, but it segfaults.
My configuration:
users:
test Auth-Type := MS-CHAP, LM-Password := "0CB6948805F797BF2A82807973B89537"
radiusd.conf:
modules {
mschap {
authtype = MS-CHAP
use_mppe = yes
require_encryption = yes
require_strong = yes
}
[..]
}
authorize {
preprocess
files
}
authenticate {
mschap
}
So, I run /usr/local/sbin/radiusd -s -f -x -x -y -z
and...
Ready to process requests.
rad_recv: Access-Request packet from host 127.0.0.1:3022, id=238, length=133
User-Name = "test"
Service-Type = Framed-User
Framed-Protocol = PPP
CHAP-Password =
0x01480edbec6f5c1cb7dc877d6bb4fab74a0000000000000000d3587f7d73adf18786a3ad6f08bd4717b29c4e1eb6c3b20f00
CHAP-Challenge = "2160263401883031"
NAS-IP-Address = 212.157.129.33
NAS-Identifier = "exodus.waycom.net"
modcall: entering group authorize
modcall[authorize]: module "preprocess" returns ok
users: Matched test at 222
modcall[authorize]: module "files" returns ok
modcall[authorize]: module "mschap" returns notfound
modcall: group authorize returns ok
rad_check_password: Found Auth-Type MS-CHAP
auth: type "MS-CHAP"
modcall: entering group authenticate
Segmentation fault
Does anyone knows what is my problem ?
Thanks,
--
Philippe Muller
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html