Re: FreeRadius and md5 hashed passwords

From: Martin Jessa (freebsd_at_yazzy.org)
Date: 09/17/03

  • Next message: Brad Davis: "Verisign fun."
    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"


  • Next message: Brad Davis: "Verisign fun."

    Relevant Pages

    • Re: grub and md5 password protection
      ... >>a utility to encrypt the grub password with md5 encryption, ... >>If I repeat it with the same password, I get a different encryption. ... > If you use the same salt value, the outcome will be the same. ...
      (comp.os.linux.misc)
    • Re: How do i get back the some data which is encrypted usin MD5 ?
      ... > Does anyone has any idea how do i get back (decrypt) the data which is ... > encrypted using MD5 encryption. ... > Thanks and regards ...
      (microsoft.public.dotnet.security)