From 992f1e6b8f86b346fddd266b04d29cde69585633 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2004 10:15:11 +0000 Subject: Add all the source files from the old CVS tree, add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100) --- docs/registry/CVS/Entries | 15 +++++++++ docs/registry/CVS/Repository | 1 + docs/registry/CVS/Root | 1 + docs/registry/FolderRedir.adm | 35 +++++++++++++++++++++ docs/registry/NT4-Locking.reg | 24 ++++++++++++++ docs/registry/NT4_PlainPassword.reg | 11 +++++++ docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg | Bin 0 -> 794 bytes docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg | Bin 0 -> 452 bytes docs/registry/Win-NT-DeleteRoamingProfile.reg | 11 +++++++ docs/registry/Win2000_PlainPassword.reg | 11 +++++++ docs/registry/Win95_PlainPassword.reg | 4 +++ docs/registry/Win98_PlainPassword.reg | 4 +++ docs/registry/Win9X-CacheHandling.reg | 7 +++++ docs/registry/WinME_PlainPassword.reg | 4 +++ docs/registry/WinXP_PlainPassword.reg | Bin 0 -> 1026 bytes docs/registry/WinXP_SignOrSeal.reg | 11 +++++++ docs/registry/WindowsTerminalServer.reg | 7 +++++ 17 files changed, 146 insertions(+) create mode 100644 docs/registry/CVS/Entries create mode 100644 docs/registry/CVS/Repository create mode 100644 docs/registry/CVS/Root create mode 100644 docs/registry/FolderRedir.adm create mode 100644 docs/registry/NT4-Locking.reg create mode 100644 docs/registry/NT4_PlainPassword.reg create mode 100644 docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg create mode 100644 docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg create mode 100644 docs/registry/Win-NT-DeleteRoamingProfile.reg create mode 100644 docs/registry/Win2000_PlainPassword.reg create mode 100644 docs/registry/Win95_PlainPassword.reg create mode 100644 docs/registry/Win98_PlainPassword.reg create mode 100644 docs/registry/Win9X-CacheHandling.reg create mode 100644 docs/registry/WinME_PlainPassword.reg create mode 100644 docs/registry/WinXP_PlainPassword.reg create mode 100644 docs/registry/WinXP_SignOrSeal.reg create mode 100644 docs/registry/WindowsTerminalServer.reg (limited to 'docs/registry') diff --git a/docs/registry/CVS/Entries b/docs/registry/CVS/Entries new file mode 100644 index 0000000000..c23644196f --- /dev/null +++ b/docs/registry/CVS/Entries @@ -0,0 +1,15 @@ +/NT4-Locking.reg/1.2/Thu Dec 6 07:33:10 2001// +/NT4_PlainPassword.reg/1.2/Thu Dec 6 07:33:10 2001// +/Win2000_PlainPassword.reg/1.2/Thu Dec 6 07:33:10 2001// +/Win95_PlainPassword.reg/1.2/Thu Dec 6 07:33:10 2001// +/Win98_PlainPassword.reg/1.2/Thu Dec 6 07:33:10 2001// +/Win9X-CacheHandling.reg/1.2/Thu Dec 6 07:33:10 2001// +/WinME_PlainPassword.reg/1.2/Thu Dec 6 07:33:10 2001// +/WinXP_PlainPassword.reg/1.1/Sat Nov 16 23:59:57 2002// +/WinXP_SignOrSeal.reg/1.3/Fri Apr 5 17:02:34 2002// +/WindowsTerminalServer.reg/1.2/Thu Dec 6 07:33:10 2001// +/FolderRedir.adm/1.1/Sat Dec 13 23:54:27 2003// +/Win-2Kx-XPP-DeleteCachedProfiles.reg/1.1/Tue Dec 16 19:24:18 2003// +/Win-2Kx-XPP-ForceLocalProfile.reg/1.1/Tue Dec 16 19:23:36 2003// +/Win-NT-DeleteRoamingProfile.reg/1.1/Tue Dec 16 19:23:36 2003// +D diff --git a/docs/registry/CVS/Repository b/docs/registry/CVS/Repository new file mode 100644 index 0000000000..b6889ed05d --- /dev/null +++ b/docs/registry/CVS/Repository @@ -0,0 +1 @@ +samba-docs/Registry diff --git a/docs/registry/CVS/Root b/docs/registry/CVS/Root new file mode 100644 index 0000000000..efbda40944 --- /dev/null +++ b/docs/registry/CVS/Root @@ -0,0 +1 @@ +:ext:samba.org:/home/cvs diff --git a/docs/registry/FolderRedir.adm b/docs/registry/FolderRedir.adm new file mode 100644 index 0000000000..b87a99456b --- /dev/null +++ b/docs/registry/FolderRedir.adm @@ -0,0 +1,35 @@ +CLASS MACHINE + +CATEGORY !!Shell + + CATEGORY !!CustomSharedAppFolders + KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" + + POLICY !!CustomFolders_SharedAppData + PART !!CustomFolders_SharedAppDataPath EDITTEXT REQUIRED EXPANDABLETEXT + DEFAULT !!CustomFolders_SharedAppDataDefault + VALUENAME "AppData" + END PART + END POLICY + + POLICY !!CustomFolders_SharedMyDocs + PART !!CustomFolders_SharedMyDocsPath EDITTEXT REQUIRED EXPANDABLETEXT + DEFAULT !!CustomFolders_SharedMyDocsDefault + VALUENAME "Personal" + END PART + END POLICY + + END CATEGORY + +END CATEGORY ; Shell + + +[strings] +Shell="Shared User Profile Folders" +CustomSharedAppFolders="Custom Shared Folders" +CustomFolders_SharedAppData="Custom Shared Application Folders" +CustomFolders_SharedAppDataPath="Path to location of Shared Application Data" +CustomFolders_SharedAppDataDefault="%USERPROFILE%\Local Settings\Application Data" +CustomFolders_SharedMyDocs="Custom Shared Documentation Folder" +CustomFolders_SharedMyDocsPath="Path to location of Shared My Documents" +CustomFolders_SharedMyDocsDefault="%USERPROFILE%\MY Documents" \ No newline at end of file diff --git a/docs/registry/NT4-Locking.reg b/docs/registry/NT4-Locking.reg new file mode 100644 index 0000000000..6175fd5145 --- /dev/null +++ b/docs/registry/NT4-Locking.reg @@ -0,0 +1,24 @@ +REGEDIT4 + +;Contributor: John H Terpstra +;Corrected: Stefan Kanthak +;Updated: Jun 25, 2001 +; +;Subject: Registry Entries That Affect Locking and Caching + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] +"BufFilesDenyWrite"=dword:00000000 +"BufNamedPipes"=dword:00000000 +"UseOpportunisticLocking"=dword:00000000 +"DormantFileLimit"=dword:00000000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\Linkage] +"UtilizeNtCaching"=dword:00000000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem] +"Win95TruncatedExtensions"=dword:00000000 +"NTFSDisable8dot3NameCreation"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters] +"EnableOpLockForceClose"=dword:00000001 +"EnableOpLocks"=dword:00000000 diff --git a/docs/registry/NT4_PlainPassword.reg b/docs/registry/NT4_PlainPassword.reg new file mode 100644 index 0000000000..b30db150c2 --- /dev/null +++ b/docs/registry/NT4_PlainPassword.reg @@ -0,0 +1,11 @@ +REGEDIT4 + +;Contributor: Tim Small (tim.small@virgin.net) +;Updated: 20 August 1997 +;Status: Current +; +;Subject: Registry file to enable plain text passwords in NT4-SP3 and later + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] +"EnablePlainTextPassword"=dword:00000001 + diff --git a/docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg b/docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg new file mode 100644 index 0000000000..1867c06fa9 Binary files /dev/null and b/docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg differ diff --git a/docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg b/docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg new file mode 100644 index 0000000000..bc09627ca6 Binary files /dev/null and b/docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg differ diff --git a/docs/registry/Win-NT-DeleteRoamingProfile.reg b/docs/registry/Win-NT-DeleteRoamingProfile.reg new file mode 100644 index 0000000000..2620ad7cc8 --- /dev/null +++ b/docs/registry/Win-NT-DeleteRoamingProfile.reg @@ -0,0 +1,11 @@ +REGEDIT4 + +;Contributor: John H Terpstra +;Updated: December 17, 2002 +;Status: Current +; +;Subject: Registry file update to delete roaming profiles on logout + +[HKEY_LOCAL_MACHINE\SYSTEM\Software\Microsoft\Windows NT\CurrentVersion\winlogon] +"DeleteRoamingCache"=dword:00000001 + diff --git a/docs/registry/Win2000_PlainPassword.reg b/docs/registry/Win2000_PlainPassword.reg new file mode 100644 index 0000000000..e0ae280b1c --- /dev/null +++ b/docs/registry/Win2000_PlainPassword.reg @@ -0,0 +1,11 @@ +REGEDIT4 + +;Contributor: Herb Lewis (herb@sgi.com) +;Updated: 16 July 1999 +;Status: Current +; +;Subject: Registry file to enable plain text passwords in Windows 2000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStation\Parameters] +"EnablePlainTextPassword"=dword:00000001 + diff --git a/docs/registry/Win95_PlainPassword.reg b/docs/registry/Win95_PlainPassword.reg new file mode 100644 index 0000000000..9dd3103689 --- /dev/null +++ b/docs/registry/Win95_PlainPassword.reg @@ -0,0 +1,4 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] +"EnablePlainTextPassword"=dword:00000001 diff --git a/docs/registry/Win98_PlainPassword.reg b/docs/registry/Win98_PlainPassword.reg new file mode 100644 index 0000000000..9dd3103689 --- /dev/null +++ b/docs/registry/Win98_PlainPassword.reg @@ -0,0 +1,4 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] +"EnablePlainTextPassword"=dword:00000001 diff --git a/docs/registry/Win9X-CacheHandling.reg b/docs/registry/Win9X-CacheHandling.reg new file mode 100644 index 0000000000..265e335b40 --- /dev/null +++ b/docs/registry/Win9X-CacheHandling.reg @@ -0,0 +1,7 @@ +REGEDIT4 + +; Contributor: John H Terpstra +; Date: Feb 15, 1999 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VREDIR] +"DiscardCacheOnOpen"=string:00000001 diff --git a/docs/registry/WinME_PlainPassword.reg b/docs/registry/WinME_PlainPassword.reg new file mode 100644 index 0000000000..9dd3103689 --- /dev/null +++ b/docs/registry/WinME_PlainPassword.reg @@ -0,0 +1,4 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] +"EnablePlainTextPassword"=dword:00000001 diff --git a/docs/registry/WinXP_PlainPassword.reg b/docs/registry/WinXP_PlainPassword.reg new file mode 100644 index 0000000000..243f72c60a Binary files /dev/null and b/docs/registry/WinXP_PlainPassword.reg differ diff --git a/docs/registry/WinXP_SignOrSeal.reg b/docs/registry/WinXP_SignOrSeal.reg new file mode 100644 index 0000000000..f6f4b4cd91 --- /dev/null +++ b/docs/registry/WinXP_SignOrSeal.reg @@ -0,0 +1,11 @@ +Windows Registry Editor Version 5.00 + +; +; This registry key is needed for a Windows XP Client to join +; and logon to a Samba domain. Note: Samba 2.2.3a contained +; this key in a broken format which did nothing to the registry - +; however XP reported "registry key imported". If in doubt +; check the key by hand with regedit. + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters] +"requiresignorseal"=dword:00000000 diff --git a/docs/registry/WindowsTerminalServer.reg b/docs/registry/WindowsTerminalServer.reg new file mode 100644 index 0000000000..73c3b177d2 --- /dev/null +++ b/docs/registry/WindowsTerminalServer.reg @@ -0,0 +1,7 @@ +REGEDIT4 + +;Subject: Registry file to force multiple NT terminal server users to have their own connections. + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] +"MultipleUsersOnConnection"=dword:00000000 + -- cgit