Hi, I searched the internet for hours but couldn't figure out how to do what I want. I have a radcheck table with five fields like this:
mysql> select * from radcheck; +----+----------+----------------+------------------------------------+------+ | id | UserName | Attribute | Value | op | +----+----------+----------------+------------------------------------+------+ | 1 | tirloni | Crypt-Password | $1$1sYA2lC4$OgP.JIfGfA3ISVkwet549. | NULL | +----+----------+----------------+------------------------------------+------+ I want is to remove the 'Attribute' and 'Value' field and replace then with a 'Password' field. What should I change in sql.conf to make that possible? I got a server that has cistron+sql (patched) and uses just a 'Password' field and I'd like to use that database if possible. Any drawbacks in doing that? Thanks in advance for you time, - Giovanni - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
