Commit 616504d
committed
Strengthen smb backend's PHP smbclient recommendation (#9428)
Updates the prerequisite note in admin_manual/.../smb.rst to:
- name the actual package (php-smbclient / libsmbclient-php) so
admins know what to apt/yum install;
- explain *why* the PHP module is preferred (without it the backend
falls back to the smbclient binary, which can fail to download
files larger than ~512 MB from external SMB shares — the bug
reported in nextcloud/server#31308);
- link to that upstream issue so admins hitting the failure mode
can find this advice from the issue tracker.1 parent 32eaade commit 616504d
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments