Update: I got it to work by changing the password to clear text. Does "Auth-Type = Local" always use clear text password or can this be configured to use encrypted passwords?
Why did the message indicate "no password" vs "password is incorrect"? This wording had me looking for the wrong problem. Bill --- Bill Schoolfield <[EMAIL PROTECTED]> wrote: > Rob, > > Thanks. I doubled checked. The comma is there. Sorry > > 'bout that. > > I really have no clue what is going on here. The > message indicate no password is present in the > request, yet in the debug log is it shown. Here > is a snippit of the log: > > Listening on IP address *, ports 1812/udp and > 1813/udp, with proxy on 1814/udp. > Ready to process requests. > rad_recv: Access-Request packet from host > XX.XXX.XXX.XXX:33631, id=139, length=65 > User-Name = "00022d-8152d8" > User-Password = "blbb" > NAS-IP-Address = 192.168.0.200 > NAS-Port = 0 > modcall: entering group authorize for request 0 > modcall[authorize]: module "preprocess" returns ok > for request 0 > modcall[authorize]: module "chap" returns noop for > request 0 > modcall[authorize]: module "eap" returns noop for > request 0 > rlm_realm: No '@' in User-Name = > "00022d-8152d8", > looking up realm NULL > rlm_realm: No such realm "NULL" > modcall[authorize]: module "suffix" returns noop > for > request 0 > users: Matched DEFAULT at 153 > modcall[authorize]: module "files" returns ok for > request 0 > modcall[authorize]: module "mschap" returns noop > for > request 0 > modcall: group authorize returns ok for request 0 > rad_check_password: Found Auth-Type Local > auth: type Local > auth: No password configured for the user > auth: Failed to validate the user. > > Any ideas?????? > > Bill > > --- Rob Genovesi <[EMAIL PROTECTED]> wrote: > > Looks like a syntax error in the users file. Your > > missing a comma after > > the auth-type in your specific user entry. > > Correct entry should look like: > > 000102-030405 Auth-Type := Local, User-Password > == > > "xxxx" > > > > Also use ":=" to declar your Auth-Type in the > > DEFAULT entry. (Theres an > > example in the stock users file that uses just > "=", > > but I think ":=" is > > more correct) > > > > Refer to > http://www.freeradius.org/doc/users.5.html > > > > > > > > -Rob > > > > > > At 08:33 AM 11/24/2003 -0800, you wrote: > > >Hi, > > > > > >I'm using freeradius 0.9.3 on redhat 9.0. I'm > > trying > > >to get simple authentication working using the > > users > > >file. I have edited the client.conf and users > file > > but > > >nothing else. > > > > > >When running under debug, I can see the > > authentication > > >request come in and I have verified that the > shared > > >secret is ok. > > > > > >However, depending on how I edit the users file, > I > > >either get: > > > > > >auth: No password configured for user > > > > > >or > > > > > >auth: No authentication method (Auth-Type) > > >configuration found for the request: rejecting > user > > > > > > > > >In the first case I have in the users file: > > > > > >DEFAULT Auth-Type = Local > > > Fall-Through = Yes > > > > > >000102-030405 Auth-Type := Local User-Password == > > >"xxxx" > > > > > >In the second case, I have the same without the > > >DEFAULT entry. > > > > > >The user name is a mac address from a wireless > > device. > > >Should it be in double quotes? What do I need to > do > > to > > >get this simple case working? > > > > > >Bill > > > > > >__________________________________ > > >Do you Yahoo!? > > >Free Pop-Up Blocker - Get it now > > >http://companion.yahoo.com/ > > > > > >- > > >List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > > > > > > - > > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > > > __________________________________ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now > http://companion.yahoo.com/ > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
