Re: Old postgresl query config

2004-08-09 Thread apellido jr., wilfredo p.
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

Re: Old postgresl query config

2004-08-09 Thread Thor Spruyt
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

Re: Old postgresl query config

2004-08-09 Thread Amedzekor Kafui
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

Re: Old postgresl query config

2004-08-09 Thread Thor Spruyt
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

Re: Old postgresl query config

2004-08-09 Thread Alan DeKok
"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

Old postgresl query config

2004-08-09 Thread Thor Spruyt
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