Smb.conf.diverse

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

[global]

  workgroup = WORKGROUP
  server string = %h server (Samba, Ubuntu)
  dns proxy = no
  log file = /var/log/samba/log.%m
  max log size = 1000
  syslog = 0
  panic action = /usr/share/samba/panic-action %d
  server role = standalone server
  passdb backend = tdbsam
  obey pam restrictions = yes
  unix password sync = yes
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  pam password change = yes
  map to guest = bad user
  usershare allow guests = yes

[homes]

       comment = Home Directories
       valid users = %S, %D%w%S
       browseable = No
       read only = No
       inherit acls = Yes

[music]

       comment = music dir
       path = /mnt/media/music
       read only = No
       store dos attributes = Yes
       inherit acls = Yes

[video]

       comment = share dir
       path = /mnt/media/video
       read only = No
       store dos attributes = Yes
       inherit acls = Yes

[books]

       comment = share dir
       path = /mnt/media/books
       read only = No
       store dos attributes = Yes
       inherit acls = Yes
       guest account = Yes