> mysql> create database squid;
> Query OK, 1 row affected (0.03 sec)
> 
> mysql> show databases;
> +----------+
> | Database |
> +----------+
> | mysql    |
> | netmrg   |
> | squid    |
> | test     |
> +----------+
> 4 rows in set (0.02 se
> 
> What are the things I will have to do beyond this point?
You need to create a table and populate it with the account details..
then see the db_auth helper for a sceleton covering your needs. It do
not support password expiry so you need to add that to the helper which
should be pretty trivial to anyone with a little experience of perl.
(db_auth is written in perl).
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Mon Oct 01 2007 - 12:00:02 MDT