| Summary | VFS smb driver needs to honor smbclients 'not a directory' message |
| Queue | Horde Framework Packages |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | herde (at) tu-harburg (dot) de |
| Created | 02/13/2009 (6112 days ago) |
| Due | |
| Updated | 02/16/2009 (6109 days ago) |
| Assigned | 02/15/2009 (6110 days ago) |
| Resolved | 02/16/2009 (6109 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
return result of a perl script wrapping around smbclient was actually
the cause - it returned the result of a call to
system('smbclient',@ARGV) but should return system(...) >> 8. Now it
works without a patch to VFS/smb.php as expected.
State ⇒ Feedback
Patch ⇒ No
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ VFS smb driver needs to honor smbclients 'not a directory' message
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
is no error code.
As i use Version 3.0.28-1.el5_2.1 of samba smbclient the result of
checking a path wether it is a directory or not yields only this
message. My Patch is:
649,651d648
< } elseif (strpos($line, 'not a directory') !== false) {
< $err = _("not a directory");
< break;
653d649
<