summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-01-15 16:07:24 +0000
committerJohn Terpstra <jht@samba.org>2003-01-15 16:07:24 +0000
commit3300eb086ed1704d535b7ef8201a2dd886b88dcc (patch)
treef87f9ff6aa4ea333c2148062e222b359042f003e /docs
parent4fc9f53ddbaf9020c44ef0d505df948a783e59c3 (diff)
downloadsamba-3300eb086ed1704d535b7ef8201a2dd886b88dcc.tar.gz
samba-3300eb086ed1704d535b7ef8201a2dd886b88dcc.tar.bz2
samba-3300eb086ed1704d535b7ef8201a2dd886b88dcc.zip
First set of Profile Manipulation Notes.
(This used to be commit 49685e0fe31f0c77f09217d424c6de91d4cd58ff)
Diffstat (limited to 'docs')
-rw-r--r--docs/textdocs/CreatingGroupProfilesInNT4.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/textdocs/CreatingGroupProfilesInNT4.txt b/docs/textdocs/CreatingGroupProfilesInNT4.txt
new file mode 100644
index 0000000000..ab07ba6045
--- /dev/null
+++ b/docs/textdocs/CreatingGroupProfilesInNT4.txt
@@ -0,0 +1,43 @@
+Unfortunately, the Resource Kit info is Win NT4/2K version specific.
+
+Here is a quick guide:
+
+1. On your NT4 Domain Controller, right click on 'My Computer', then
+select the tab labelled 'User Profiles'.
+
+2. Select a user profile you want to migrate and click on it.
+
+Note: I am using the term "migrate" lossely. You can copy a profile to
+create a group profile. You can give the user 'Everyone' rights to the
+profile you copy this to. That is what you need to do, since your samba
+domain is not a member of a trust relationship with your NT4 PDC.
+
+3. Click the 'Copy To' button.
+
+4. In the box labelled 'Copy Profile to' add your new path, eg:
+c:\temp\foobar
+
+5. Click on the button labelled 'Change' in the "Permitted to use" box.
+
+6. Click on the group 'Everyone' and then click OK. This closes the
+'chose user' box.
+
+7. Now click OK.
+
+Follow the above for every profile you need to migrate.
+
+
+Side bar Notes:
+---------------
+You should obtain the SID of your NT4 domain. You can use smbpasswd to do
+this. Read the man page.
+
+With Samba-3.0.0 alpha code you can import all you NT4 domain accounts
+using the net samsync method. This way you can retain your profile
+settings as well as all your users.
+
+Also Note:
+----------
+The above method can be used to create mandatory profiles also. To convert
+a group profile into a mandatory profile simply locate the NTUser.DAT file
+in the copied profile and rename it to NTUser.MAN.