Re[2]: SAMBA-Konfiguration

From: Andy Tschiersch <andy(at)tschiersch.com>
Date: Fri, 23 May 2003 16:13:25 +0200

>> Wie ich muss ich die smb.conf konfigurieren, damit beide
>> Windowsrechner auf /usr/windows zugreifen können (lesen und
>> schreiben). Am besten wäre es wenn jeder Windowsrechner seine eigenen
>> Logindaten benutzen könnte, sodass nicht einfach jeder aus dem
>> gleichen Netzwerk Zugriff hat, bzw es nicht nur einen Login-Account
>> gibt?

MvdH> Meine smb.conf sieht so aus:

MvdH> #======================= Global Settings ====================================
MvdH> [global]

MvdH> workgroup = docvalde.local
MvdH> remote announce = 192.168.0.255/Workgroup
MvdH> server string = FreeBSD Fileserver
MvdH> hosts allow = 192.168.0. 127.
MvdH> load printers = no
MvdH> printcap name = /etc/printcap
MvdH> log file = /var/log/log.%m
MvdH> max log size = 50
MvdH> security = user
MvdH> socket options = TCP_NODELAY
MvdH> client code page=850
MvdH> local master = no
MvdH> encrypt passwords = yes

MvdH> #============================ Share Definitions =============================

MvdH> [private]

MvdH> comment = HomeDir
MvdH> path = /home/docvalde
MvdH> valid users = docvalde sandra
MvdH> public = no
MvdH> browseable = yes
MvdH> writeable = yes
MvdH> printable = no
MvdH> hide dot files = no

MvdH> HTH, Gruß,

MvdH> Malte.

Ok, meine smb.conf sieht nun so aus:

[global]

   workgroup = NETTRENDS
   remote announce = 192.168.0.255/Workgroup
   server string = FreeBSD Fileserver
   hosts allow = 192.168.0. 127.
   load printers = no
   printcap name = /etc/printcap
   log file = /var/log/log.%m
   max log size = 50
   security = user
   socket options = TCP_NODELAY
   client code page=850
   local master = no
   encrypt passwords = yes

[fileserver]

   comment = Fileserver
   path = /usr/windows
   valid users = tschan nico ariane
   public = no
   browseable = yes
   writeable = yes
   printable = no
   hide dot files = no

Alles klappt soweit, nur leider kann keiner auf das Netzlauferk
schreiben, sondern nur lesen. Was habe ich vergessen?

Danke und Gruß,
Andy Tschiersch

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 23 May 2003 - 16:13:29 CEST

search this site