[gollem] php error on Auth::Getuser
Orosz Tamás
pingtomi at pingtomi.hu
Sun Sep 11 08:39:29 PDT 2005
Hi all,
I use Horde 3.0.5 and Gollem H3-1.0 releases. I would to prevent each user to
see another user's home on file backend, so I set the root variable to
Auth::getUser(), but I got this error message:
Fatal error: Call to undefined function: getuser() in
/data/www/horde/gollem/config/backends.php on line 80
My backends.php is:
$backends['file'] = array(
'name' => 'Storage',
'driver' => 'file',
'preferred' => '',
'hordeauth' => true,
'params' => array(
// The base location under which the user home directories live.
'vfsroot' => '/data/www/horde/storage/',
),
'loginparams' => array(),
'root' => Auth::getUser(),
'home' => Auth::getAuth(),
'createhome' => true,
// 'filter' => '^regex$',
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
Can somebody help me, please?
Thanks,
Thomas
More information about the gollem
mailing list