[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Radius DOES NOT work with MD5 hashed password
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Radius DOES NOT work with MD5 hashed password |
Date: |
Sat, 02 Aug 2003 17:28:13 +0300 |
> According to radius docs
> (http://mail.gnu.org/archive/html/help-gnu-radius/2003-03/msg00012.html) I
> generate a password using MD5 function: "Test" ->
> 0cbc6611f5540bd0809a388dc95a615b.
That's *not* an MD5 encrypted password. That's an MD5 hash, and it cannot be
used as a password. If you don't have ENCRYPT(), you will have to
generate MD5 encrypted passwords (not hashes!) on a nearby Unix machine and
copy them to your win32 box.
Beside this, notice that, according to the following message:
> Jul 24 15:11:27 Auth.notice: (AUTHREQ local 17 md5): Login incorrect
> [md5/{chap-password}], CLID unknown.
the user was trying to authenticate using CHAP, and CHAP can *only* be
used with plaintext passwords.
Regards,
Sergey