Problem with rlm_mschap from CVS
Luca Corti
cortez at tiscali.it
Mon Nov 14 19:28:35 CET 2005
On Mon, 2005-11-14 at 11:09 -0600, Michael Griego wrote:
> It's a configuration issue. You didn't configure the rlm_exec module,
> which is called to execute ntlm_auth.
Is anything else needed besides
exec {
wait = yes
input_pairs = request
}
and
instantiate {
exec
...
}
?
If the above is correct, it's a bug.
thanks
> --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
> >
> >
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--
Luca Corti
PGP Key ID 1F38C091
BOFH excuse of the moment:
Jan 9 16:41:27 huber su: 'su root' succeeded for .... on /dev/pts/1
More information about the Freeradius-Users
mailing list