1 Dec
2009
1 Dec
'09
6:20 a.m.
John Gardner wrote:
I'm trying to successfully use FreeRADIUS to help centrally authenticate some linux servers. I'm storing the credentials in a postgres db but I'm confused by the 'id' in the radcheck database.
In the SQL HOWTO, they show the id as (mysql); ... Where as mine (postgres) looks like; ... Is this really meant to be 1,2,2 or should this be 1,2,3 sequentially? i.e. as in a incrementing key?
It's an incrementing key. See the schema. Alan DeKok.