Currently the RISC-OS Lan Manager !OmniClient protocol does not support SMB2 or later protocols.
The following smb.conf file will allow RISC-OS clients to connect using the NT1 (CIFS) protocol. It exports users home folders and configured printers.
# Run 'testparm' to verify the config is correct after you modified it. [global] workgroup = WORKGROUP security = user ntlm auth = ntlmv1-permitted client min protocol = NT1 server min protocol = NT1 passdb backend = tdbsam hosts allow = 192.168.200. printing = cups printcap name = cups load printers = yes cups options = raw [homes] comment = Home Directories valid users = %S, %D%w%S browseable = No read only = No inherit acls = Yes [printers] comment = All Printers path = /var/tmp printable = Yes create mask = 0600 browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @printadmin root force group = @printadmin create mask = 0664 directory mask = 0775
No comments:
Post a Comment