Ecco una possibilita' di configurazione SAMBA!

lugischia@linuxfreemail.com lugischia@linuxfreemail.com
Fri, 16 Nov 2001 10:43:38 -0800


This is a multi-part message in MIME format...

------------=_1005936217-12885-0
Content-Type: text/plain
Content-Disposition: inline


--- Gio write:
Ecco una possibilitá di configurazione del conf di samba ma ha qualche problema!
Qualcuno riesce a riconoscere dove si trova il problema si quasto file!
In allegato il file :-))

Get your own FREE E-mail address at http://www.linuxfreemail.com
Linux FREE Mail is 100% FREE, 100% Linux, and 100% yours!

------------=_1005936217-12885-0
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

;
; /etc/smb.conf
;
; Copyright (c) 1999 SuSE GmbH Nuernberg, Germany.
;
[global]
   workgroup = NT_4-05
   guest account = nobody
   keep alive = 30
   os level = 2
;   kernel oplocks = false
;   security = server
   invalid users = root

   server String = (Bauhan - Samba %v)

   printing = bsd
   printcap name = /etc/printcap
   load printers = yes

   socket options = TCP_NODELAY

   map to guest = Bad User
   
; Uncomment this, if you want to integrate your server
; into an existing net e.g. with NT-WS to prevent nettraffic
  local master = no   

; Please uncomment the following entry and replace the 
; ip number and netmask with the correct numbers for
; your ethernet interface.
   interfaces = 134.28.35.54/255.255.255.0
   
; If you want Samba to act as a wins server, please set
; 'wins support = yes'
   wins support = no

; If you want Samba to use an existing wins server,
; please uncomment the following line and replace
; the dummy with the wins server's ip number.
;   wins server = 134.28.35.55
    wins server = 134.28.35.55

; Do you wan't samba to act as a logon-server for
; your windows 95/98 clients, so uncomment the
; following:
;   logon script =%U.bat
;   domain logons = yes
;   domain master = yes
; [netlogon]
;   path = /netlogon

[public]
   comment = Public-Verzeichnis
   path = /home/public
   writeable = yes
   browseable = yes
   public = yes
   printable = no

; The following share gives all users access to the Server's CD drive,
; assuming it is mounted under /cd. To enable this share, please remove
; the semicolons before the lines
;
; [cdrom]
;   comment = Linux CD-ROM
;   path = /cdrom
;   read only = yes
;   locking = no

[printers]
   comment = All Printers
   browseable = no
   printable = yes
   public = no
   read only = yes
   create mode = 0700
   directory = /tmp

------------=_1005936217-12885-0--