[Tickets #8437] Re: empty name column, but is sortable

bugs at horde.org bugs at horde.org
Tue Jul 21 09:12:54 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8437
------------------------------------------------------------------------------
  Ticket             | 8437
  Updated By         | bigmichi1 at bigmichi1.de
  Summary            | empty name column, but is sortable
  Queue              | Gollem
  Version            | 1.1
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


bigmichi1 at bigmichi1.de (2009-07-21 05:12) wrote:

it's the file backend

configuration:
$backends['file'] = array(
     'name' => 'Virtual Home Directories',
     'driver' => 'file',
     'preferred' => '',
     'hordeauth' => false,
     'params' => array(
         // The base location under which the user home directories live.
         'vfsroot' => '/home/apache/.horde/gollem/',
         // The default permissions to set for newly created folders and files.
         // 'permissions' => $conf['umask']
     ),
     'loginparams' => array(),
     'root' => '/' . Auth::getAuth(),
     'home' => '/' . Auth::getAuth(),
     'createhome' => true,
     // 'filter' => '^regex$',
     'quota' => '200 MB',
     'clipboard' => true,
     'attributes' => array('type', 'name', 'edit', 'download',  
'modified', 'size', 'permission', 'owner', 'group')
);






More information about the bugs mailing list