authmysql.c :  C code to allow external authentication
for Xtradius via MySQL. Please read INSTALL for instructions.
it will extract encrypted or clear text stored password and
login name from 'users' table and compare them to supplied
login and password from users.

accounting.c :  C code to insert accounting records into MySQL
database in conjunction with Xtradius v.1 beta rel. It will put a TIMESTAMP
into 'login' table upon login, and will insert accounting information into
'logout' table.

Development was done on RedHat 6.1, MySQL 3.22.32, Cisco 2500,
and XtRadius 1.0Beta.

Upon login, 'login' table will be populated with the following:

1) login name.
2) Timestamp (YYYYMMDDHHMMSS)
3) session_id

Upon logout, 'logout' table will be populated with the following:

1) login name.
2) online duration (seconds).
3) Framed IP address.
4) Timestamp (YYYYMMDDHHMMSS).
5) Input packets.
6) Output packets.
7) session_id

Refer to INSTALL for installation instructions.

Enjoy.
---
Ahmad S. Al-rasheedan (alrasheedan@yahoo.com)
-----
Ruben Puettmann (ruben@puettmann.net)
Uli Ritter (uli.ritter@t-online.de)

added session_id in the tables and in accounting.c
built new users example and new execparams
and made same corrections in create.sql.
------
