[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

oups, le fichier!!!! [Pb SAMBA]




 
______________________________________________________________________________
Vous avez un site perso ?
2 millions de francs à gagner sur i(france) !
Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif

;
; /etc/smb.conf
;
; Sample configuration file for the Samba suite for Debian GNU/Linux
;
; Please see the manual page for smb.conf for detailed description of
;	every parameter.
;
[global]
  printing=bsd
  printcap name=/etc/printcap
  load printers=yes
  guest account=nobody
  invalid users=root
  security=user
  workgroup=MUGZDOM
  server string=%h server (Samba %v)
  socket options=IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
  encrypt passwords=yes

  wins support=yes
  os level=31
  domain master=yes
  local master=yes
  preferred master=no
  name resolve order=lmhosts host wins bcast
  dns proxy=no
  preserve case=yes
  short preserve case=yes
  unix password sync=true
;  unix password sync=false
  passwd program=/usr/bin/passwd %u
  passwd chat=*New\spassword:* %n\n *Re-enter\snew\spassword:* %n\n *Password\schanged.* .
  max log size=1000
  prefered master=yes
  domain logons=yes
  case sensitive=no
[homes]
   comment = Home Directories
   browseable = no
; By default, the home directories are exported read only. Change next
;	parameter to "no" if you want to be able to write to them.
   read only = yes
; File creation mask is set to 0700 for security reasons. If you want to
;	create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700
; Directory creation mask is set to 0700 for security reasons. If you want to
;	create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700
[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700
; A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes
;
; The next two parameters show how to auto-mount a CD-ROM when the
;	cdrom share is accesed. For this to work /etc/fstab must contain
;	an entry like this:
;
;       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
;
; The CD-ROM gets unmounted automatically after the connection to the
;
; If you don't want to use auto-mounting/unmounting make sure the CD
;	is mounted on /cdrom
;
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom
[netlogon]
  comment=NETLOGON service
  path=/export/smb/netlogon
  locking=no
  writeable=no
  public=no
	

Reply to: