case sensitivity issues over SMB2 or above
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
samba |
Unknown
|
Unknown
|
|||
samba (Ubuntu) |
New
|
High
|
Unassigned |
Bug Description
https:/
It would be great to have this fix on Ubuntu server
[IMPACT]: Bug fixes the user experience for users of operating systems that don't support case sensitive file systems - eg dos / windows / OS/2.
[TEST CASE]:
Problems exist with listing directories using case insensitive names over SMB2 or above.
I have a folder called 'Desktop' in a share called Public on my Samba server running on Ubuntu.
Using SMB3, trying to list the directory fails if I use the case-insensitive name.
psmedley@XPS13:~$ smbclient //192.168.
Anonymous login successful
smb: \>
smb: \> ls desktop
NT_STATUS_
smb: \> ls Desktop
Desktop D 0 Mon Jul 20 13:51:45 2015
-1366264008 blocks of size 1024. -1997689408 blocks available
smb: \> exit
Using SMB1, running ls with the case-insensitive name works fine.
psmedley@XPS13:~$ smbclient //192.168.
Anonymous login successful
smb: \> ls desktop
Desktop D 0 Mon Jul 20 13:51:45 2015
65535 blocks of size 33553920. 65535 blocks available
This occurs with 'case sensitive' set to auto or no in smb.conf
[Regression Potential]:
Low - patch is quite small - has been tested by the Samba release team and included in Samba 4.3.10 and 4.4.4
Seems like that's fixed in 4.3.10
https:/ /git.samba. org/?p= samba.git; a=commit; h=7916bd8f