Samba shares with default security mode are not found.

Issue #5 invalid
prl created an issue

Samba shares with default security mode are not found. When Samba security is left at the default setting (security = user), the T3 will not find any CIFS shares on a server. Switching Samba config to use "security = share" will work with T3. The CIFS client should work in either security mode to be compatible with the widest possible selection of servers. Existing Beyonwiz products work with "security = user", so T3 should as well.

Reproduction steps

On Samba server:

root@server: cat /etc/samba/smb.conf



[global]



workgroup = WORKGROUP



read only = yes



guest ok = yes







[Pictures]



path = /home/peteru/Pictures

Does not show the server as having anything exported.

Switching Samba config to use "security = share" will work with T3.

On Samba server:

root@server: cat /etc/samba/smb.conf



[global]



workgroup = WORKGROUP



read only = yes



security = share



guest ok = yes







[Pictures]



path = /home/peteru/Pictures

Comments (1)

  1. prl reporter
    • removed issue_resolution
    • removed issue_close
    • removed issue_status

    Attempt at literal formatting of text failure. Will re-enter. Should be removed.

    The issue was updated with the following change(s):

    • The status has been updated, from New to Rejected.
    • This issue has been closed
    • The resolution has been updated, from Not determined to CAN NOT REPRODUCE.
  2. Log in to comment