On Tue, 16 Jun 2009, Elias Abou Zeid wrote:
abc@RADIUS Cleartext-Password := "test" Service-Type = Framed-User, Framed-Protocol = PPP
Why do you specify a realm (@RADIUS)? Try removing it, or, as suggested by others, specift a default realm.
users: Matched entry DEFAULT at line 152 users: Matched entry DEFAULT at line 171 users: Matched entry DEFAULT at line 183
These lines tell us that you have more rules in your users file than the one you list above. Taken at face value, looks like two rules with 'fall through' followed by one without. And it never gets to the rule for 'abc'. Remember that radius looks for the first matching rule in your users file. DEFAULT rules should go at the bottom. - Charles