Is their any difference if i will use the latest postgresql.conf eventhough
im freeradius-1.0.0-pre3? thanks ...
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Amedzekor Kafui wrote:
> Yes this query is configurable. The table name and the
> query can all be found in /etc/raddb/postgresql.conf
authenticate_query is not in /etc/raddb/sql.conf for mysql.
Alan says the item in postgresql.conf is old and will go away...
So I'm wondering what query freeradius
Yes this query is configurable. The table name and the
query can all be found in /etc/raddb/postgresql.conf
this is for the query table
authcheck_table = "radcheck"
and this is the query
authenticate_query = "SELECT Value,Attribute FROM
${authcheck_table} \
WHERE UserName = '%{U
Alan DeKok wrote:
> "Thor Spruyt" <[EMAIL PROTECTED]> wrote:
>> Does this mean that the sql module will always use the standard
>> radcheck table for authentication and that can't be changed anymore?
>
> The SQL module hasn't done authentication for over 2 years.
What I mean is that the username
"Thor Spruyt" <[EMAIL PROTECTED]> wrote:
> Does this mean that the sql module will always use the standard radcheck
> table for authentication and that can't be changed anymore?
The SQL module hasn't done authentication for over 2 years.
Alan DeKok.
-
List info/subscribe/unsubscribe? See ht
Hi,
As Alan pointed out, the following is old and now deleted.
authenticate_query = "SELECT Value,Attribute FROM ${authcheck_table}
Does this mean that the sql module will always use the standard radcheck
table for authentication and that can't be changed anymore?
--
Regards,
Thor Spruyt
E: [EM
6 matches
Mail list logo