----- Original Message -----
From: "Ronneil Camara" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 14, 2000 11:19 AM
Subject: [plug] xtradius


> Hi Michael M. Thanks for mentioning me about this program.
>
> If anyone of you would like to try out external authentication using mysql
> (http://www.xtradius.com/download/AuthAccount-1.0.tar.gz), there is an
error
> in the code in authmysql.c, line 153.

    xtradius is good for non heavy loads authentication. but for a very busy
authentication server, xtradius wont scale because it will consume a lots of
memory (for every external program called). open and close afterwards a
mysql database file for every authentication made (which is a very expensive
thing to do).
    a good alternative for xtradius when using a mysql database is icradius
which you can find also at the same site xtradius at
http://www.freeradius.org  icradius algorithm open a mysql database at
startup and close it when the daemon stops.

fooler.


-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to