From 13407e69b5666955d92b6ade1b98c1147a6ca911 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 16 Jul 1999 19:17:12 +0000 Subject: add Windows 2000 version of Plain Text Password registry entry (This used to be commit 1a0e378a6fa146c4282101ee84b7d01adea82f50) --- docs/Win2000_PlainPassword.reg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/Win2000_PlainPassword.reg diff --git a/docs/Win2000_PlainPassword.reg b/docs/Win2000_PlainPassword.reg new file mode 100644 index 0000000000..e0ae280b1c --- /dev/null +++ b/docs/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 + -- cgit