summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/NT4Migration.sgml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-09 20:16:45 +0000
committerJohn Terpstra <jht@samba.org>2003-04-09 20:16:45 +0000
commit770c8058e2f147eefd41621c4dcf5ca38c2600b7 (patch)
tree0103cac6f33ac63da6befb94ff555fe814239c02 /docs/docbook/projdoc/NT4Migration.sgml
parenta22d7f929d8619665bf27b6b6633a68c763b3213 (diff)
downloadsamba-770c8058e2f147eefd41621c4dcf5ca38c2600b7.tar.gz
samba-770c8058e2f147eefd41621c4dcf5ca38c2600b7.tar.bz2
samba-770c8058e2f147eefd41621c4dcf5ca38c2600b7.zip
Updated from HEAD
(This used to be commit c9c3d1c187afea38b0689f13fccedfc6d296fcc3)
Diffstat (limited to 'docs/docbook/projdoc/NT4Migration.sgml')
-rw-r--r--docs/docbook/projdoc/NT4Migration.sgml46
1 files changed, 45 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/NT4Migration.sgml b/docs/docbook/projdoc/NT4Migration.sgml
index 253de8aea0..2f1384d527 100644
--- a/docs/docbook/projdoc/NT4Migration.sgml
+++ b/docs/docbook/projdoc/NT4Migration.sgml
@@ -28,7 +28,51 @@ Blah blah objectives here.
<title>Steps In Migration Process</title>
<para>
-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 vampire -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.
</para>
</sect2>