On 01/25/2013 04:21 AM, Tom Horsley wrote:
Now, please use this rant as motivation to prove I'm
wrong by posting a tested, working, smb.conf file that
provides a read/write windows file share which requires
no credentials prompt on the windows box.

Fine. I tested the configuration that follows. It is the default configuration plus two settings, map to guest and guest ok on the appropriate share. The Windows client that I tested did not prompt me for any password.

First, though:
http://fedoraproject.org/wiki/Mailing_list_guidelines#Be_Courteous

There's not nearly enough of this. Remember that you are asking for help from people who have no obligation to help you. Please behave like an adult and avoid abusive tone when addressing people who have done you no wrong.

[global]
        workgroup = MYGROUP
        log file = /var/log/samba/log.%m
        max log size = 50
        security = user
        passdb backend = tdbsam
        map to guest = Bad User

[test]
        comment = test
        path = /srv/test
        browseable = yes
        writable = yes
        guest ok = yes

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to