From a47b9e61e0512fe555f344a9534fb827f3412cfd Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 9 Apr 2003 06:56:45 +0000 Subject: Making sure this info is not lost. Someone will eventually fix/update/extend/usurp it. (This used to be commit 564d67f30a3af65e0f9f08170bad5dd219e6af05) --- docs/docbook/projdoc/NT4Migration.sgml | 46 +++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docbook/projdoc/NT4Migration.sgml b/docs/docbook/projdoc/NT4Migration.sgml index 253de8aea0..8c659b9a0f 100644 --- a/docs/docbook/projdoc/NT4Migration.sgml +++ b/docs/docbook/projdoc/NT4Migration.sgml @@ -28,7 +28,51 @@ Blah blah objectives here. Steps In Migration Process -Document steps right here! +This is not a definitive ste-by-step process yet - just a place holder so the info +is not lost. + +1. You will have an NT4 PDC that has the users, groups, policies and profiles to be migrated +2. Samba-3 set up as a DC with netlogon share, profile share, etc. +3. Process: + a. Create a BDC account for the samba server using NT Server Manager + - Samba must NOT be running + b. rpcclient NT4PDC -U Administrator%passwd + lsaquery + + Note the SID returned by step b. + + c. net getsid -S NT4PDC -w DOMNAME -U Administrator%passwd + + Note the SID in step c. + + d. net getlocalsid + + Note the SID, now check that all three SIDS reported are the same! + + e. net rpc join -S NT4PDC -w DOMNAME -U Administrator%passwd + + f. net rpc campire -S NT4PDC -U administrator%passwd + + g. pdbedit -l + + Note - did the users migrate? + + h. initGrps.sh DOMNAME + + i. smbgroupedit -v + + Now check that all groups are recognised + + j. net rpc campire -S NT4PDC -U administrator%passwd + + k. pdbedit -lv + + Note - check that all group membership has been migrated. + + +Now it is time to migrate all the profiles, then migrate all policy files. + +Moe later. -- cgit