PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Samba einrichten



milan
23.04.01, 14:15
Hallo Freunde,
wie kann ich Samba-Server einrichten?
Wo gibt es eine ausführliche Beschreibung?

Vielenk Dank für Ihre Hilfe.

Milan Ptacek :confused:

oafish
23.04.01, 14:22
Hi,
hatte letzte Woche genau das gleiche Problem.
Bei SuSE mußt du in /etc die rc.config und smb.conf bearbeiten.

Wo du genau Infos bekommst weiß ich nicht. Hab nur das minimum von einem Buch raus.

Raven
24.04.01, 21:56
Mahlzeit
http://www.pro-linux.de, dort sind n paar gute Workshops

kannst Dir ja auch mal meine Test-smb.conf anschaun. Die funzt eigentlich immer.
Gutes Buch dazu findest Du unter : http://www.suse.de

---------------------
# smb.conf

[global]
keep alive = 30
map to guest = Bad User
max xmit = 65535
security = user
encrypt passwords = yes
max disk size = 9000
server string = SuSE Linux 7.1
workgroup = gallien
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192
oplocks = yes
kernel oplocks = false
netbios name = miraculix
guest account = nobody
os level = 255
wins support = true

[alles]
path = /
writable = yes
force directory mode = 0755
create mode = 0755
allow hosts = 127.0.0.0 192.168.100.1 192.168.100.5
directory mode = 0755
force create mode = 0755
force group = root
valid users = raven,root
comment = Systemverwaltung
delete readonly = yes
force user = root
write list = root,raven

[raven]
path = /samba/raven
writable = yes
force directory mode = 0700
create mode = 0700
force create mode = 0700
directory mode = 0700
force group = samba
valid users = raven
comment = Raven's Heimatverzeichnis
delete readonly = yes
force user = sven

[download]
path = /samba/download
writable = yes
force directory mode = 0777
create mode = 0777
force create mode = 0777
directory mode = 0777
force group = samba
valid users = @samba
comment = Ablage von Internet-Downloads
delete readonly = yes
force user = samba

[install]
path = /samba/install
writable = yes
force directory mode = 0777
create mode = 0777
force create mode = 0777
directory mode = 0777
force group = samba
comment = Installationsverzeichnis
valid users = @samba
delete readonly = yes
force user = samba

......... more to come .....

Gruß

Raven

malburg
25.04.01, 08:10
Na ja, ich weiss ja nicht ob du dir ggf. mein HowTo durchlesen willst welches auf meiner Hp
http://www.alburg-online.de
oder http://www.linuxnetmag.de

veröffentlich ist.

da beschreibe ich wie man mit samba tng und windows 2000 ein schönes sicherheitskonzept und zusammenspiel ermöglichen kann.


Cu M. Alburg

rasta21
28.04.01, 17:10
...versuchs auch mal hier...sind gute anleitungen...
http://www.t-king.de/samba.html http://de.samba.org/samba/samba.html http://www.linuxnetmag.com/de/issue3/m3samba1.html http://www.linuxnetmag.com/de/issue4/m4samba1.html

bla!zilla
30.04.01, 10:54
Hi. Versuch es doch mal mit man smb.conf. Man-Pages sind immer ganz hilfreich. Versuchsweise kannst Du auch mit in den How-To´s ein wenig rumschnuppern.