php error on Auth::Getuser

Orosz Tamás <[email protected]>
Newsgroups gmane.comp.horde.gollem
Message-ID <[email protected]>
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
-- 
Gollem mailing list - Join the hunt: http://horde.org/bounties/#gollem
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.