Seite 1 von 1

Samba: Beispielkonfiguration

Verfasst: 27.12.2012, 23:29
von localhorst
Hier ein Beispiel einer Samba-Konfigurationsdatei ("/etc/samba/smb.conf"):

Code: Alles auswählen

[global]
   map to guest = Bad User
   netbios name = ApacheVM
   server string =
   wins server = 10.0.0.102
   wins support = no
   workgroup = LAN

[www]
   comment = Zugriff auf Webseiten
   create mask = 644
   directory mask = 755
   path = /srv/www/htdocs
   read only = no