https://code.launchpad.net/~armagetrona ... lient-work
in config.php...
Code: Select all
<?php
2
3 $AAGIDDb['host'] = '';
4 $AAGIDDb['name'] = 'http-auth-test';
5 $AAGIDDb['table'] = 'client-webform';
6 $AAGIDDb['user'] = '';
7 $AAGIDDb['passwd'] = '';
8 $AAGIDDb['key_row'] = 'key';
9 $AAGIDDb['authority_row'] = 'authority';
10 $AAGIDDb['key_hash_row'] = 'key_hash';
11 9 $AAGIDDb['key_time_row'] = 'key_time';
12 $AAGIDDb['keyTimeout'] = 5 * 60;
13 1
14 ?>
also the database name and table plus the tablename.
and what rows to i need to add to the database if any.