Einzelnen Beitrag anzeigen
Ungelesen 25.11.11, 21:17   #3
Giganull
Anfänger
 
Registriert seit: Mar 2010
Beiträge: 24
Bedankt: 0
Giganull ist noch neu hier! | 0 Respekt Punkte
Standard

Hier das ist die smb.conf
Zitat:
[global]

workgroup = WORKGROUP

server string = %h server (Samba %v)

log file = /var/log/samba/log.%m

max log size = 1000

encrypt passwords = true

invalid users = root

socket options = TCP_NODELAY



#========== SHARE DEFINITIONS ==========



[daten]

comment = Games
writable = yes

path = /usr/local/games

public = no
valid
users = smb1

force create mode = 0770

force directory mode = 0770




[daten2]


comment= Daten
writable = yes

patch = /home
public = no

valid users = smb2
force create mode = 0770

force directory mode = 0770
Giganull ist offline   Mit Zitat antworten