Hello, Friday, December 6, 2002, 5:09:46 PM, Jason Lixfeld wrote:
JL> Good morning Gary, JL> rlm_dbm: User <DEFAULT> not foud in database JL> looks to be the culprit. I don't know offhand if the <> characters are JL> put into the output and is only there as a delimiter or if that is JL> infact what is being passed to the dbm module. If it's the former, I'm JL> at a loss, but if it's the latter then there may be something adding JL> those characters to the entry which the module can't match because of JL> course it doesn't actually exist. "<"">" added on output to do visible whites at word ends. actually records are stored and tested without <> characters. They are used in debug output only. "" not used because "<hello>" is more nice-looking then "\"hello\"" in source code. JL> One thing I might be able to suggest is to remove the dbm module from JL> the equation and see if you can auth against a plain text users file. JL> If that works, then it's something with the dbm module, I'd suspect. JL> 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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
