Jamil Buchalla Neto <[EMAIL PROTECTED]> wrote:
> I don't now what else I can do to make it work. When a user try to login 
> i get this error.
> The Auth-Type in my users file is := System and I don't know what to put 
> in there to make it work with sql.

  Let's back up.

  The user supplies a password in a RADIUS packet.

  You've configured the server to grab a password from SQL when that
user tries to log in.

  You've then configured the server to IGNORE the password it got from
SQL, and to check the user-supplied password against /etc/passwd.


  It's the third step that's the problem.  DON'T use 'Auth-Type :=
System'.  Delete that entry.

  Instead, configure the server to do pap/chap/whatever to compare the
user-supplied password with the password retreived from SQL.  I think
if you just delete the 'Auth-Type' entry from the 'users' file, the
rest of the server configuration should make it work.

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to