Ok, i've modified the users file to say Cleartext-Password, and I've removed the Auth-type. However, I'm still getting the following:
modcall: entering group authorize for request 14 modcall[authorize]: module "preprocess" returns ok for request 14 rlm_digest: Adding Auth-Type = DIGEST modcall[authorize]: module "digest" returns ok for request 14 modcall: leaving group authorize (returns ok) for request 14 rad_check_password: Found Auth-Type DIGEST auth: type "digest" Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 14 rlm_digest: Configuration item "User-Password" or Digest-HA1 is required for authentication. modcall[authenticate]: module "digest" returns invalid for request 14 modcall: leaving group authenticate (returns invalid) for request 14 auth: Failed to validate the user. Login incorrect: [EMAIL PROTECTED]/<no User-Password attribute>] (from client 192.168.2.80 port 5060) Delaying request 14 for 1 seconds Finished request 14 I've downloaded the code from the OpenSUSE package ftp server as a source RPM, and built it on my system. Z2L ----- Original Message ----- From: "Alan DeKok" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], "FreeRadius users mailing list" <[email protected]> Sent: 21:31:08 (GMT+0200) Asia/Jerusalem יום שלישי 17 יולי 2007 Subject: Re: RLM_PERL Integration Issue 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: > > [EMAIL PROTECTED] 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: [EMAIL PROTECTED] 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

