18 Oct
2010
18 Oct
'10
11:52 a.m.
Kafui Akyea wrote:
Hi
I implemented this in the freeradius postgresql.conf file SELECT id,username,attribute,op,value
That's the wrong order. See the default SELECT in raddb/sql/postgresql/dialup.conf.
I am generally trying to authenticate with a postgres function
Make sure it returns exactly the same information, in the same order, as the default queries. Alan DeKok.