[EMAIL PROTECTED] wrote:
> Using FreeRadius v1.0.0-pre3 with MySQL v4.0.16.
>
> Given the password is stored in clear text, is there a way to
> authenticate both PAP or CHAP against the same password?

According to me, that's what it does by default.
Check that the modules are enabled in radiusd.conf

Here's something I find rather strange:
In postgresql.conf you can change the authenticate_query:
        authenticate_query = "SELECT Value,Attribute FROM ${authcheck_table}
\
                WHERE UserName = '%{User-Name}' AND ( Attribute =
'User-Password' OR Attribute = 'Crypt-Password' ) \
                ORDER BY Attribute DESC"
In sql.conf I can't find such configuration item.

-- 
Regards,

Thor Spruyt
E: [EMAIL PROTECTED]
W: www.thor-spruyt.com
M: +32 (0)475 67 22 65


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

Reply via email to