[gollem] [solved] Re: Filter (Search) Problem in Gollem 3.0.0
Kinglok, Fong
busywater at gmail.com
Tue Mar 5 04:19:53 UTC 2013
Dear all,
After applying this fix written by Jan, the problem is corrected.
https://github.com/horde/horde/commit/36ed5cbe5a14c6dabf91388371389ffa1dbc5428
Thanks.
Kinglok, Fong
On 3 Mar, 2013, at 12:05 AM, "Kinglok, Fong" <busywater at gmail.com> wrote:
> Today, I discover a problem when using the filter (Search) function in Gollem 3.0.0.
>
> I have only one backends running in smb. When I go inside a sub-folder of the share, trying using the filter in the top-right corner to search a file. It cannot return the result in the current folder but the root folder of the share.
>
> The backend.local.php is as follows:
>
> // SMB Example
> $backends['smb'] = array(
> // Disabled by default
> 'disabled' => false,
> 'name' => 'W:',
> 'driver' => 'smb',
> 'hordeauth' => true,
> 'params' => array(
> 'hostspec' => 'file.sambadom.org',
> 'port' => 445,
> 'share' => 'Public',
> // Path to the smbclient executable.
> 'smbclient' => '/usr/local/samba/bin/smbclient4',
> // IP address of server (only needed if hostname is different from
> // NetBIOS name).
> // 'ipaddress' => '127.0.0.1',
> // The default permissions to set for newly created folders and
> // files.
> // 'permissions' => '750'
> ),
> 'loginparams' => array(
> // Allow the user to change to Samba server.
> // 'hostspec' => 'Hostname',
> // Allow the user to change the Samba port.
> // 'port' => 'Port',
> // Allow the user to change the Samba share.
> // 'share' => 'Share',
> ),
> // 'root' => '',
> // 'home' => '',
> // 'createhome' => false,
> // 'filter' => '^regex$',
> // 'quota' => false,
> 'attributes' => array(
> 'type',
> 'name',
> 'edit',
> 'download',
> 'modified',
> 'size'
> )
> );
>
> Can anyone help?
>
> Kinglok, Fong
More information about the gollem
mailing list