[Tickets #7984] VFS smb driver needs to honor smbclients 'not a directory' message
bugs at horde.org
bugs at horde.org
Fri Feb 13 18:32:23 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7984
------------------------------------------------------------------------------
Ticket | 7984
Created By | herde at tu-harburg.de
Summary | VFS smb driver needs to honor smbclients 'not a
| directory' message
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
herde at tu-harburg.de (2009-02-13 13:32) wrote:
in VFS/smb.php _execute you try to check error messages even if there
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
<
More information about the bugs
mailing list