Hi, I'm using FR0.7 with postgresql database
and I'm selecting reply attributes from database, but in reply I get
only one attribute.
My list looks like:
id | Username | Attribute | value | op
---+-------------+------------------+-------------------+----
1 | dinar | Service-Type | Login-Service| | =
2 | dinar | Framed-Protocol | PPP | =
3 | dinar | Session-timeout | 43200 | =
what's wrong???
my query is
select id,username,attribute,value,op from radreply where
username=%{SQL-User-Name} order by id;
Best regards, dinar
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html