Samba: Beispielkonfiguration

Installation, Einrichtung bzw. Problembehebung *Betriebssysteme (Linux)
Antworten
localhorst
Beiträge: 571
Registriert: 17.12.2012, 20:19

Samba: Beispielkonfiguration

Beitrag 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
Antworten