Hello, What type of Auth-Type does radtest provide ?? I have a pptp / ppp + freeradius + mysql setup working, I am able to connect with a XP laptop using PPTP with out any problems. Now when I try and test a user using radtest I noticed the following: - The Auth-Type is allows System ? - If the user is in the DB I receive: rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=39, length=20 - If the user is a local user I receive: rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=46, length=20 So if the default Auth-Type set to System ... causing username and passwords to be checked against local system account ? Thanks -- Michael Gale Red Hat Certified Engineer Network Administrator Pason Systems Corp.
Michael Gale <michael.gale@pason.com> wrote:
What type of Auth-Type does radtest provide ??
It doesn't. Auth-Type is not an attribute that can go in a packet.
Now when I try and test a user using radtest I noticed the following:
- The Auth-Type is allows System ?
See raddb/users
- If the user is in the DB I receive: rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=39, length=20
Could you explain why you're not running the server in debugging mode, as suggested in the FAQ, README, and INSTALL? Looking at the client doesn't tell you why the *server* is doing something.
So if the default Auth-Type set to System ... causing username and passwords to be checked against local system account ?
Yes. Look at the output of debugging mode. Alan DeKok.
participants (2)
-
Alan DeKok -
Michael Gale