help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] authentication problem


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] authentication problem
Date: Tue, 17 Sep 2002 11:03:26 +0300

> for now I just want to be able to simulate authentication with radauth.
> my users file contains these entries:
> 
> DEFAULT Auth-Type = SQL,
>     Simultaneous-Use = 1
>     Service-Type = Authenticate-Only

Auth-Type = SQL means that the database keeps encrypted (DES or MD5)
password, whereas your actual database keeps plaintext:

> my passwd table looks like this:
> +-----------+------------------+----------+--------+
> | user_name | service          | password | active |
> +-----------+------------------+----------+--------+
> | dan       | Authenticate-Onl | nad      | Y      |
> +-----------+------------------+----------+--------+
> 


Regards,
Sergey





reply via email to

[Prev in Thread] Current Thread [Next in Thread]