Bug 245264 - www/nextcloud Cannot delete folders in external SMB storage
Summary: www/nextcloud Cannot delete folders in external SMB storage
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernard Spil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-02 02:01 UTC by Oljas Kuzembaev
Modified: 2020-04-02 02:49 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (brnrd)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oljas Kuzembaev 2020-04-02 02:01:04 UTC
Cannot delete folders in external SMB storage.

Steps to reproduce:
1) Install www/nextcloud
2) Mount SMB share via External storages
3) Create folder in external SMB storage
4) Try to delete created folder

Actual Results:
1) No "Delete Folder" in web interface
2) Deleting folder via webdav results in error

Expected Results:
Delete folder

www/nextcloud version 18.0.3
net/pecl-smbclient version 1.0.0_1
net/samba410 version 4.10.13

I have found that this bug is somehow related to current state of net/pecl-smbclient. According to port description it is compatible with deprecated samba48.

Downgrading from samba410 to samba48 fixed the problem.