Good morning Gary, rlm_dbm: User <DEFAULT> not foud in database
looks to be the culprit. I don't know offhand if the <> characters are put into the output and is only there as a delimiter or if that is infact what is being passed to the dbm module. If it's the former, I'm at a loss, but if it's the latter then there may be something adding those characters to the entry which the module can't match because of course it doesn't actually exist. One thing I might be able to suggest is to remove the dbm module from the equation and see if you can auth against a plain text users file. If that works, then it's something with the dbm module, I'd suspect. On Fri, 2002-12-06 at 08:26, [EMAIL PROTECTED] wrote: > Here's the facts: > > FreeRadius ver 0.8 > > OS FreeBSD > > User name and password has been verified to be accurate. > > Trying to do test authentication from a Livingston PM4 (hey, it's what I > had laying around) > > Only one entry in the users file: > > DEFAULT Auth-Type := System, Simultaneous-Use := 1 > Framed-IP-Address = 255.255.255.254, > Framed-MTU = 1500, > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-Compression = Van-Jacobson-TCP-IP, > Framed-Routing = None > > Objective: If user is not defined in user file, have FreeRadius fall > through and use the system's authentication process. > > Here's the output from the debugging: > > Ready to process requests. > rad_recv: Access-Request packet from host 208.187.24.17:1332, id=9, length=59 > User-Name = "elitest" > User-Password = "test" > NAS-IP-Address = 208.187.24.17 > NAS-Port = 99 > modcall: entering group authorize > modcall[authorize]: module "preprocess" returns ok > rlm_realm: No '@' in User-Name = "elitest", looking up realm NULL > rlm_realm: No such realm NULL > modcall[authorize]: module "suffix" returns noop > rlm_dbm: try open database file: /usr/local/etc/raddb/users > rlm_dbm: Call parse_user: > sm_parse_user.c: check for loops > Add elitest to user list > rlm_dbm: User <elitest> not foud in database > Remove elitest from user list > sm_parse_user.c: check for loops > Add DEFAULT to user list > rlm_dbm: User <DEFAULT> not foud in database > Remove DEFAULT from user list > modcall[authorize]: module "dbm" returns notfound > modcall: group authorize returns ok > auth: No authenticate method (Auth-Type) configuration found for the > request: Re > jecting the user > auth: Failed to validate the user. > Delaying request 0 for 1 seconds > Finished request 0 > > Can someone PLEASE help me? I am probably doing something stupid, but > desperately need help. I WILL EVEN PAY FOR SOMEONE WELL VERSED IN > FREERADIUS TO CONSULT ON THE PHONE. > > Thanks, > Gary > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Regards, Jason A. Lixfeld Fastvibe Corporation Senior IP Network Engineer 220-156 Front St. W [EMAIL PROTECTED] Toronto, ON M5V-2L6 ------------------------------------------------------------- tel://416.341.0099:223 fax://416.341.0088 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
