17 Jul
2007
17 Jul
'07
2:31 p.m.
FreeRadius-ML wrote:
1. I've removed all the rlm_perl configurations from the radiusd.conf file, and enabled the digest authentication back. 2. I've added to my users file the following lines:
101@192.168.2.80 Auth-Type := Digest, User-Password == "101" Reply-Message = "Authenticated"
Don't set Auth-Type. The server will figure it out on it's own. Hmm.. the "digest" module wasn't updated to use Cleartext-Password. Still, you should be using: 10@192.168.2.80 Cleartext-Password := "101" Reply-Message = "Authenticated".
I'm using version 1.1.7pre3
Huh? 1.1.7 isn't out, and nothing we've released is called "-pre3". Alan DeKok.