summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-09 06:56:45 +0000
committerJohn Terpstra <jht@samba.org>2003-04-09 06:56:45 +0000
commita47b9e61e0512fe555f344a9534fb827f3412cfd (patch)
tree923f828567df41362c4daeeba291dc77bca26187 /docs
parent1e9be586c8b59240cd3a4b583543972f89bdaa54 (diff)
downloadsamba-a47b9e61e0512fe555f344a9534fb827f3412cfd.tar.gz
samba-a47b9e61e0512fe555f344a9534fb827f3412cfd.tar.bz2
samba-a47b9e61e0512fe555f344a9534fb827f3412cfd.zip
Making sure this info is not lost. Someone will eventually fix/update/extend/usurp it.
(This used to be commit 564d67f30a3af65e0f9f08170bad5dd219e6af05)
Diffstat (limited to 'docs')
-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..8c659b9a0f 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 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.
</para>
</sect2>