[Tickets #5349] Re: can only upload file to non-empty directory if you have delete permissions
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Jul 5 13:44:45 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5349
-----------------------------------------------------------------------
Ticket | 5349
Updated By | cam.proctor at its.state.ms.us
Summary | can only upload file to non-empty directory if you have delete
| permissions
Queue | Gollem
Version | 1.0.3
Type | Bug
State | No Feedback
Priority | 2. Medium
Owners | Michael Slusarz
-----------------------------------------------------------------------
cam.proctor at its.state.ms.us (2007-07-05 06:44) wrote:
>> horde 3.1.4
>> gollem-h3-1.0.3 (no option for it in the dropdown for ticket
creation)
>>
>> using a user who has Show, Read, and Edit permissions:
>> If i create a directory and then upload a single file, I can no
>> longer see the file upload object once the page is refreshed, in that
>> directory. Same applies to directories with files that already exist.
>
> What backend are you using?
the file backend. here is a sample of the config:
$backends['file'] = array(
'name' => 'BS-ATT Files',
'driver' => 'file',
'preferred' => '',
'hordeauth' => true,
'params' => array(
// The base location under which the user home directories live.
'vfsroot' => '/opt/hordefs/BS-ATT',
// The default permissions to set for newly created folders and
files.
// 'permissions' => $conf['umask']
),
'loginparams' => array(),
'root' => '/',
// 'home' => Auth::getAuth(),
// 'createhome' => false,
// 'filter' => '^regex$',
// 'quota' => false,
'clipboard' => true,
'attributes' => array('type', 'name', 'download', 'modified', 'size',
'permission', 'owner', 'group')
);
Sorry it took so long to respond, I never saw the previous message until
the status changed.
More information about the bugs
mailing list