summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-01-15 20:46:13 +0000
committerJohn Terpstra <jht@samba.org>2003-01-15 20:46:13 +0000
commit2ef46a51e548b830cdba391426bf94801e483603 (patch)
tree2850c7a6643b8c0d9325697d569b6200896bf9b4 /docs
parent458c5b13c37395a5d044949d080e6ab5c8f6f5d6 (diff)
downloadsamba-2ef46a51e548b830cdba391426bf94801e483603.tar.gz
samba-2ef46a51e548b830cdba391426bf94801e483603.tar.bz2
samba-2ef46a51e548b830cdba391426bf94801e483603.zip
Adding more notes.
(This used to be commit 2649a21c93d0c93164d6a3cef4931d4e992fe972)
Diffstat (limited to 'docs')
-rw-r--r--docs/textdocs/CreatingGroupProfilesInNT4.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/textdocs/CreatingGroupProfilesInNT4.txt b/docs/textdocs/CreatingGroupProfilesInNT4.txt
index ad3249ad6f..666788643e 100644
--- a/docs/textdocs/CreatingGroupProfilesInNT4.txt
+++ b/docs/textdocs/CreatingGroupProfilesInNT4.txt
@@ -53,3 +53,19 @@ Description:
This allows the account domain to change, and/or the user name to change.
+Next Note:
+----------
+You can identify the SID by using GetSID.exe from the Windows NT Server 4.0
+Resource Kit.
+
+Windows NT 4.0 stores the local profile information in the registry under
+the following key:
+HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
+
+Under the ProfileList key, there will be subkeys named with the SIDs of the
+users who have logged on to this computer. (To find the profile information
+for the user whose locally cached profile you want to move, find the SID for
+the user with the GetSID.exe utility.) Inside of the appropriate user's
+subkey, you will see a string value named ProfileImagePath.
+
+