Hi, On 28.06.2017 07:02, Steve French wrote: > JRA had some security concerns about allowing \ mapping so we need to > be careful in deciding how we want Samba to handle that too I don't really see how the cifs client-side mapping of the "\" character should affect Samba security here. The client only maps "\" to an innocent unicode character. The server does nothing with that unicode character at all. It just stores it as it is - unless you configure via vfs fruit that you want to convert it to native encoding. But that's actually nothing that cifs vfs has to worry about. Even without an our mapping of "\" we can simply create unicode 0xF021 now on a remote SMB server. And the smb mac clients already do it anyway. Björn -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html