Where's my network neighborhood

pinguimsp pinguimsp at bol.com.br
Fri Sep 14 05:35:03 GMT 2001


Hello,


SMC> Post smb.conf

Heheh... Sorry, I'm a dumb! :P
I should already did this in the 1st message!

Thanks for your time/patience!!!

Best regards
-- 
 Marcos Saint'Anna
 pinguimsp at bol.com.br


My smb.conf
-------------------------------------------------------------------------------------
[global]
        character set = ISO8859-1
        status = yes
        lm announce = true
        lm interval = 300
        client code page = 850
        server string = PDC
        allow trusted domains = no
        remote announce = 192.168.0.255
        remote browse sync = 192.168.0.255
        domain logons = yes
        local master = yes
        domain master = True
        preferred master = True
        wins support = true
        os level = 65
        interfaces = eth0 192.168.0.2/255.255.255.0
        bind interfaces only = no
        server string = Samba Server on %h
        workgroup = INTRANETWORK
        logon script = netlogon.bat
        smb passwd file = /etc/samba/smbaccess 
        netbios name = SMBSERVER
        keep alive = 300
        case sensitive = no
        admin users = root
        null passwords = no
        log file = /var/log/samba/%m.log 
        max log size = 100 
        dns proxy = yes
        announce as = NT
        announce version = 4.51
        encrypt passwords = yes
        logon path = \\%N\Profiles\%u
        hosts allow = 127.0.0.1 192.168.0.0/255.255.255.0
        hosts deny = ALL
        update encrypted = yes 
        guest account = guest
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE
        security = user
        name resolve order = host lmhost bcast
        debug level = 1
        syslog = 1
        nt pipe support = yes
        nt smb support = yes

[Netlogon]
     comment = Network Logon Service
     path = /home/netlogon
     guest ok = true
     writable = no
     share modes = no
     browseable = no
     write list = root

[Profiles]
     comment = User Profiles
     path = /home/profiles
     writable = yes
     create mask = 0600
     directory mask = 0600

[homes] 
     comment = Home Directories 
     writeable = yes 
     dos filetimes = true 
     valid users = %S

[CD] 
     preexec = /bin/mount /dev/cdrom /cdrom
     postexec = /bin/umount /cdrom
     comment = %h CD-Rom 
     path = /cdrom 
     browseable = yes
     writeable = no 
     locking = no 
     fake oplocks = yes
-------------------------------------------------------------------------------------





More information about the samba mailing list