Re: FreeRadius and md5 hashed passwords
From: Martin Jessa (freebsd_at_yazzy.org)
Date: 09/17/03
- Previous message: Andrew Thompson: "Re: FreeRadius and md5 hashed passwords"
- In reply to: Andrew Thompson: "Re: FreeRadius and md5 hashed passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Sep 2003 05:28:46 +0200 To: freebsd-isp@freebsd.org
Great! It worked.
Thanks a bunch Andy :)
rlm_pap: Using MD5 encryption.
rlm_pap: User authenticated succesfully
modcall[authenticate]: module "pap" returns ok
modcall: group authtype returns ok
Sending Access-Accept of id 216 to 127.0.0.1:58965
On Wed, 17 Sep 2003 15:28:18 +1200
Andrew Thompson <andy@fud.org.nz> wrote:
> Martin Jessa wrote:
> > Hi Scott, guys.
> >
> > I am stucked. I made some changes in the config file and added Auth-Type to the radgroupcheck table (which was previously empty) and now I cannot authenticate at all.
> > Seems like the problem is somewhere else.
> >
> > My radiusd.conf:
> >
> > modules {
> > mschap {
> > authtype = MD5
> > use_mppe = yes
> > require_encryption = yes
> > require_strong = yes
> > encryption_scheme = md5
> > }
> >
> >
>
> My understanding was that chap required the password on the sever to be
> in plain text, so MD5 could not be used. The response from the client
> is encrypted with the password, so if its also encrypted locally, it
> cant be checked.
>
> You may need to use pap.
>
>
> Andy
>
> _______________________________________________
> freebsd-isp@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-isp
> To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Andrew Thompson: "Re: FreeRadius and md5 hashed passwords"
- In reply to: Andrew Thompson: "Re: FreeRadius and md5 hashed passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|