Umstellung von Samba 2.0 auf 3.0.14

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
viper2k
Beiträge: 51
Registriert: 11.01.2006 02:49:11
Wohnort: Berlin
Kontaktdaten:

Umstellung von Samba 2.0 auf 3.0.14

Beitrag von viper2k » 14.01.2006 11:37:15

Hi,

ich möchte gerne mein Woody auf Sage umstellen. Jedoch weiß ich nicht ob die Samba Configuration ich so übernehmen kann? Oder muss ich noch etwas anpassen? Oder passt Debian es automatisch an?

Die Windows XP Clients melden sich an Samba als PDC an.

[global]

# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
message command = /usr/bin/winpopup-send.sh %s %f &
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentary and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not many any basic syntactic
# errors.
#

#======================= Global Settings =======================

security = user

#Server Name
netbios name = praxisserver
server string = %h server (Samba %v)
workgroup = praxis


#Security
#hosts allow = 192.168.6.
# bind interfaces only = yes
encrypt passwords = true
passdb backend = tdbsam guest
null passwords = yes
passwd program = /usr/bin/passwd

#Log files
log file = /var/log/samba/log.%m
syslog = 5

#Funktionsauswahl
os level = 65
preferred master = true
local master = yes
wins support = yes


#Domainserver
domain master = yes
domain logons = yes
logon script = login.bat
logon path = \\praxisserver\profiles\%U
domain admin group = root

#Passwords change
unix password sync = yes
#passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *new*password* %n\n *changed*

#Tuning
keepalive = 30

#passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n
#obey pam restrictions = yes
#socket options = TCP_NODELAY
#write list = @users
#user = @users
#passdb backend = tdbsam unixsam
#dns proxy = no
#invalid users = root
#valid users = @users
#panic action = /usr/share/samba/panic-action %d
#max log size = 1000

###Umwandeln der Dateien von Gross- in
###Kleinbuchstaben

unix charset = LATIN1
#character set = ISO8859-1
#client code page = 850
public = no
browseable = no
writeable = yes


#logon home = \\%N\profiles\%U

[netlogon]
comment = Domain-Service
path = /samba/netlogon
browseable = no
writable = yes
#read only = yes
public = no



[homes]
# create mask = 0700
# directory mask = 0700
browseable = no
comment = Home Directories
# writable = no
# path = /home/benjamin

[printers]
printer = HP
printable = yes
writable = no
path = /tmp
comment = All Printers
public = no
create mode = 0700


[profiles]
path = /samba/profiles
#read only = yes
browseable = no
write list = %U, root
#writable = yes
force create mode = 0777
force directory mode = 0777
nt acl support = yes
profile acls = yes

#[alles]
#comment = Alles auf Linux

[zar]
comment = ZAR-Resource
path =/samba/zar
#valid users = @users
browseable = yes
writable = yes
force create mode = 0777
force directory mode = 0777
force group = samba
force group = root

[daten2]
comment = Daten-Resource
path =/samba/daten2
#valid users = @samba
browseable = yes
writable = yes
create mode = 0770
directory mode = 0770

[pics]
comment = Fotos
path =/samba/pics
#valid users = @users
write list = norbert
browseable = yes
writable = yes
create mode = 0777
directory mode = 0777

[service]
comment = Service
path =/samba/service
#valid users = @samba
browseable = yes
writable = yes
create mode = 0770
directory mode = 0770

[dbdialog]
comment = dbdialog
path =/samba/dbdialog
valid users = norbert, @users, root
#write list = @users
browseable = yes
writable = yes
#force user = root
force create mode = 0777
force directory mode = 0777

[dgimpdat]
comment = dgimpdat
path =/samba/dgimpdat
browseable = yes
writable = yes
force create mode = 0777
force directory mode = 0777
force group = samba
force group = root





##valid users = norbert, @users
##browseable = yes
##writable = yes
##create mode = 0777
##directory mode = 0777

Benutzeravatar
Cloonix
Beiträge: 589
Registriert: 20.11.2004 10:42:24
Wohnort: München
Kontaktdaten:

Beitrag von Cloonix » 14.01.2006 11:47:55

- Lange Codezeilen/Logs gehören nach http://nopaste.debianforum.de/, in Deinen Beitrag dann der passende Link dazu.
Ich habe damals meine smb.conf einfach übernommen, jedoch vorher gesichert. Weiss nicht ob das i.O ist. Ging aber danach alles wieder.
proud to be 100% M$ free (except X300T)
http://claus.freakempire.de
http://debian.freakempire.de

Benutzeravatar
herrchen
Beiträge: 3257
Registriert: 15.08.2005 20:45:28
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Berlin

Re: Umstellung von Samba 2.0 auf 3.0.14

Beitrag von herrchen » 14.01.2006 15:43:37

viper2k hat geschrieben: ich möchte gerne mein Woody auf Sage umstellen. Jedoch weiß ich nicht ob die Samba Configuration ich so übernehmen kann?
nach kurzem überfliegen würde ich sagen, dass das funktionieren sollte.
mir sind jetzt keine parameter aufgefallen, die sich verändert haben.
nach dem starten der neuen installation werden die gegebenenfalls in den logs erscheinen.

herrchen

Antworten