Support
Forums

Re: Log in requested for samba shares in Peppermint

If I remember right, with newer Samba, it will not allow anonymous public shareTry adding to your smb.confCode: [Select][global]    map to guest = Bad User    log file = /var/log/samba/%m    log level = 1Code: [Select][yo...
If I remember right, with newer Samba, it will not allow anonymous public share
Try adding to your smb.conf
Code: [Select]
[global]
    map to guest = Bad User
    log file = /var/log/samba/%m
    log level = 1

Code: [Select]
[your share]
    # This share allows anonymous (guest) access
    # without authentication!
    read only = no
    guest ok = yes
    force user = nobody