On Tue, 6 Jan 2004, Ben Johns wrote: > Hi folks, > > I'm attempting to add a new row to the userinfo table in mysql. The row is > basically used to store a number value representing a download quota for > each user. > > I've been chasing my tail for a while now and was wondering if anyone had > a rough guide to modifying dialup-admin to accommodate a new row in a > given table? So that folks can modify the quota via the user_info page. > > Much appreciated and sorry if this is one of those FAQs. I did hunt > through the archive.
2:27pm /src/cvs/radiusd/dialup_admin # cd lib/sql/ 2:27pm /src/cvs/radiusd/dialup_admin/lib/sql # grep -l user_info * change_info.php3 create_user.php3 delete_user.php3 find.php3 functions.php3 user_info.php3 I think you can go from there, you will basically need to change the sql queries. > > > -- > Regards, > > Ben Johns > > http://www.naturalnetworks.net > http://www.marinanet.com.au > http://www.accessplus.com.au > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

