﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
260	Case sensitivity issues	Lewis Rosenthal		"I didn't have a better subject, sorry. Suggest that this may become a meta bug for all issues with case sensitivity.

Current issue:

Samba server 4.1.8 on openSuSE, configured for SMB2 and no case sensitivity setting for the share in smb.conf should default to auto (see https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html#NAMEMANGLING). Apparently, while https://www.samba.org/samba/docs/man/manpages/smbclient.1.html indicates that the case_sensitive flag should be toggled off by default, we seem to have it on, as accessing a share on the above with:

{{{
 7-04-15  17:32         <DIR>    1,252  Desktop
 7-04-15  17:49         <DIR>      548  Images
 7-04-15  17:49         <DIR>        0  RecycleBin
 7-04-15  17:31           1,111      0  POPUPLOG.2014-12-04
 7-04-15  17:31         159,305      0  POPUPLOG.OS2
         160,416 bytes in 2 files and 3 dirs
         164,864 bytes allocated
 465,719,918,592 bytes (433GB) free
}}}

running the following command fails:

{{{
[c:\]dir k:\images

 Volume in drive K is NETDRIVE
SYS0002: The system cannot find the file specified. ""K:\images\*""
               0 bytes in 0 files and 0 dirs
 465,720,012,800 bytes (433GB) free
}}}

while:

{{{
[c:\]dir k:\Images
}}}

succeeds.

It is necessary to actually set the share to case senstivity = no in order for the case-insensitive filenames to be recognized.

This only appears to be an issue with the plugin. smbclient works as expected:

{{{
smb: \> ls images
  Images                              D        0  Sat Jul  4 17:49:16 2015

                712503296 blocks of size 1024. 454804620 blocks available
}}}

Perhaps a toggle in the plugin properties to enable/disable case-sensitivity for the share would be helpful."	defect	closed	minor		Samba Client Plugin	Client 3.0.x	invalid	case,sensitive,sensitivity	
