This example is intended to be used with the Auth/MDB2 and the Perm/MDB2_Complex driver.
To set this up follow these steps:
If you want to test this example in your local path with out installing LiveUser in PEAR on
your server then uncomment these two lines in main.inc.php and point $path_to_liveuser_dir to live user dir :)
$path_to_liveuser_dir = './pear/'.PATH_SEPARATOR;
ini_set('include_path', $path_to_liveuser_dir.ini_get('include_path'));