Problem with rlm_mschap from CVS
Michael Griego
mgriego at utdallas.edu
Mon Nov 14 18:09:15 CET 2005
It's a configuration issue. You didn't configure the rlm_exec module,
which is called to execute ntlm_auth.
--Mike
Luca Corti wrote:
> Hello,
>
> I'm using Freeradius from CVS (checked out today) to do WPA-EAP+Radius
> +PEAP+ntlm_auth because I can't get rlm_eap_peap from 1.0.5 to build on
> debian.
>
> When trying to authenticate everything seems to be fine, but fails when
> executing ntlm_auth.
>
> Here's the debugging log.
>
>
> Processing the authorize section of radiusd.conf
> modcall: entering group authorize for request 6
> modcall[authorize]: module "preprocess" returns ok for request 6
> modcall[authorize]: module "mschap" returns noop for request 6
> rlm_realm: Looking up realm "MYDOMAIN" for User-Name = "MYDOMAIN
> \user"
> rlm_realm: Found realm "MYDOMAIN"
> rlm_realm: Adding Stripped-User-Name = "user"
> rlm_realm: Proxying request from user user to realm MYDOMAIN
> rlm_realm: Adding Realm = "MYDOMAIN"
> rlm_realm: Authentication realm is LOCAL.
> modcall[authorize]: module "ntdomain" returns noop for request 6
> rlm_eap: EAP packet type response id 6 length 71
> rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
> modcall[authorize]: module "eap" returns updated for request 6
> modcall: leaving group authorize (returns updated) for request 6
> rad_check_password: Found Auth-Type EAP
> auth: type "EAP"
> Processing the authenticate section of radiusd.conf
> modcall: entering group authenticate for request 6
> rlm_eap: Request found, released from the list
> rlm_eap: EAP/mschapv2
> rlm_eap: processing type mschapv2
> Processing the authenticate section of radiusd.conf
> modcall: entering group MS-CHAP for request 6
> rlm_mschap: No User-Password configured. Cannot create LM-Password.
> rlm_mschap: No User-Password configured. Cannot create NT-Password.
> rlm_mschap: Told to do MS-CHAPv2 for user with NT-Password
> freeradius: symbol lookup
> error: /usr/lib/freeradius/rlm_mschap-1.1.0-pre0.so: undefined symbol:
> radius_exec_program
>
> Is this a configuration issue or a bug?
>
> thanks
>
>
More information about the Freeradius-Users
mailing list