From 2bb1b31824c2f5dfec6a778a00b34897b79978ed Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 15 Apr 2005 08:24:10 +0000 Subject: Update as a result of major surgery. (This used to be commit a2fe0f409e4ab1c33fa2ae43a8594f3944ad3e31) --- docs/Samba-Guide/SBE-UpgradingSamba.xml | 40 ++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) (limited to 'docs/Samba-Guide/SBE-UpgradingSamba.xml') diff --git a/docs/Samba-Guide/SBE-UpgradingSamba.xml b/docs/Samba-Guide/SBE-UpgradingSamba.xml index 23507e722a..0100a34aa5 100644 --- a/docs/Samba-Guide/SBE-UpgradingSamba.xml +++ b/docs/Samba-Guide/SBE-UpgradingSamba.xml @@ -220,6 +220,22 @@ precaution was on the side of the victor. be restored to its previous value. + + domain controller + PDC + BDC + domain SID + hostname + computer name + netbios name + stand-alone server + SAS + SID + In Samba-3 on a domain controller (PDC or BDC), the domain name controls the domain + SID. On all prior versions the hostname (computer name, or netbios name) controlled + the SID. On a stand-alone server (SAS) the hostname still controls the SID. + + netgetlocalsid netsetlocalsid @@ -372,6 +388,13 @@ Num local groups: 0 Location of config files + + The Samba-Team has maintained a constant default location for all Samba control files + throughout the life of the project. People who have produced binary packages of Samba + have varied the location of the Samba control files. This has led to some confusion + for network administrators. + + directory The Samba 1.9.x &smb.conf; file may be found either in the /etc @@ -1102,9 +1125,24 @@ back to searching the 'ldap suffix' in some cases. preserve all file ownership and permissions as well as any POSIX ACLs that may have been created on the old server. - + + When replacing a Samba domain controller (PDC or BDC) that uses LDAP, the new server + need simply be configured to use the LDAP directory, and for the rest it should just + work. The domain SID is obtained from the LDAP directory as part of the first connect + to the LDAP directory server. + + + + All Samba servers, other than one that uses LDAP, depend on the tdb files, and in + particular the secrets.tdb file. So long as the tdb files are + all in place, the &smb.conf; file is preserved, and either the hostname is identical + or the netbios name is set to the original server name, Samba + should correctly pick up the original SID, and preserve all other settings. It is + sound advice to validate this before turning the system over to users. + + -- cgit