[horde] gollem auth
Brian Martinez
martinez_brain at hotmail.com
Wed Apr 27 08:52:37 PDT 2005
All,
I'm getting the following error when initially starting Gollem:
Undefined index: label in /var/www/php/horde/gollem/lib/Gollem.php on line
163
Error is not seen during navigation after the initial login.
This is my backend configuration:
$backends['file'] = array(
'name' => 'Virtual Home Directories',
'driver' => 'file',
'preferred' => '',
'hordeauth' => true,
'params' => array(
// The base location of user home directories.
'vfsroot' => '/blah/blah/blah/',
// The name of the current user's home directory.
// 'home' => Auth::getAuth()
),
'loginparams' => array(),
'attributes' => array('type', 'name', 'download', 'modified', 'size',
'permission', 'owner', 'group')
);
V/R,
Brian
More information about the horde
mailing list