<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Fabian Arrotin wrote:
<blockquote cite="mid1176669749.3170.36.camel@brxtnsfan.ibsbe.be"
 type="cite">
  <pre wrap="">On Sun, 2007-04-15 at 22:31 +0200, Theo Band wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi

I have updated one of my servers from Fedora Core 3 to Centos. All
services run fine except Samba. The Centos installation is fresh and I
setup Samba in a similar way as I did before with Fedora. I copied the
samba password file from the Fedora installation and also all
user+machine accounts to the /etc/passwd|shadow etc.

Problem I now have is that clients cannot find their server profiles
when they try to logon (bath owner rights, or profile is unavailable).
After some trial I found out that I can solve this issue by removing the
XP client computer form the domain and then adding the client computer
again. So it looks to me that the client machine is not seen properly by
Samba. Is there a way to copy information from the old installation to
the new Centos installation so that I don't have to re-join every
individual computer to the domain again? Or is there a way I can do this
with Samba?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
It seems you're using flat files and not openldap as backend. Is this
machine a PDC ? It seems so because you've copied machines/users
accounts on the newer box. But i don't see in your migration that you've
copied the secrets.tdb file. This one is really important because it
contains the domain SID . So if you've only copied smbpasswd (in old
format or the newer one in tdb format but that doesn't matter), that
means you're running a new domain controller for a new domain ...
usually i copy the whole /etc/samba dir from one machine to the newer
one in such migration ...
  </pre>
</blockquote>
Yes flat files, no openldap. The machine is a PDC. So I can just copy
the secrets.tdb from the old to new installation?<br>
<br>
Theo<br>
</body>
</html>