~AsmodeuS~ Billing Manager
Last version: 0.1.5.0 (02.03.2007)
Simple Windows Interface for ABillS Dialup/VPN module.
Add user to sql server
# mysql use mysql;
INSERT INTO user (Host, User, Password) VALUES (’%’,’abills’, password(’sqlpassword’)); INSERT INTO db (Host, Db, User, Select_priv, Insert_priv, Update_priv) VALUES (’manager_host’, ‘abills’, ‘abills’, ‘Y’, ‘Y’, ‘Y’); flush privileges; exit
Add admin to ABillS system.
/ System configuration/ Administrators/
| Mysql Hostname/Port | MYsql Server Port |
|---|---|
| Username | Mysql user |
| Password | Mysql Password |
| Database | Database |
| Codepage | Mysql Code page |
| Encryption Key | Password encryption key. From /usr/abills/libexec/config.pl $conf{secretkey} |