On Tue, 20 Sep 2011 18:17:23 -0600
linux guy wrote:

> Has anyone gotten Samba working from a virgin F15 install ?

Not exactly. I used to use the web interface to try and
set up samba on each install of a new fedora, but at some
point, I could no longer duplicate my working setup by
starting from scratch with the web interface. I never figured
out why, but since then, I've just been copying my old
/etc/samba/smb.conf file from one fedora to the next and
it keeps on working every time (but I only do file sharing,
no printer sharing, I use IPP from windows for network
printing). Here's my SWAT created file from 2006:

# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2006/09/04 10:16:43

[global]
        workgroup = WORKGRP
        server string = Samba Server
        security = SHARE
        null passwords = Yes
        log file = /var/log/samba/%m.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = /etc/printcap
        dns proxy = No
        ldap ssl = no
        cups options = raw
        guest account = tom

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = Yes

[public]
        comment = Public Share on Zooty
        path = /zooty/public
        read only = No
        guest ok = Yes

[video]
        comment = Video on Zooty
        path = /zooty/tmp/vid
        read only = No
        guest ok = Yes

[backupgrommit]
        comment = Network backup for grommit
        path = /backup/grommit
        read only = No
        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

Reply via email to