Mandag 23 april 2007 13:02 skrev Clark Sann:
> How to I get Samba working on Suse 10.2 so I can see shared folders on
> my windows machines?

- install (YaST) the samba filer server suite.
- install (YaST) the nmbd also.
- edit your /etc/samba/smb.conf file to suit your needs (start simple)
- restart your smb file server service, as root do: rcsmb restart.
- try "man smb.conf"



- from my /etc/samba/smb.conf:

# Global parameters
[global]
        unix extensions = Yes
        writeable = yes
        printing = cups
        socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
        workgroup = LINUXGROUP
        map to guest = Bad User
        #time server = Yes
        printcap name = CUPS
        security = user
        veto files = /*.eml/*.nws/riched20.dll/*.{*}/
        syslog = 0
        log level = 2
        add machine script = /usr/sbin/useradd  -c 
Machine -d /var/lib/nobody -s /bin/false %m$
        domain logons = No
        domain master = No
        read only = No
        interfaces = 172.16.9.100 eth0
        os level = 30

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        create mask = 0640
        directory mask = 0750
        browseable = No

[a_general_share]
        comment = Alles anarki bibliotek
        path = /SMB/alles
        write list = vk,@gosa
        browseable = yes




-- 
-------------------------------------------------------------------------
Med venlig hilsen/Best regards
Verner Kjærsgaard
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to