diff options
author | Herb Lewis <herb@samba.org> | 1999-07-16 19:17:12 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1999-07-16 19:17:12 +0000 |
commit | 13407e69b5666955d92b6ade1b98c1147a6ca911 (patch) | |
tree | 42f3d4bf906716ec4cd99d052607528cd34eb309 | |
parent | 7c29698e4182f034c0b8251be3bb9370cb35ec08 (diff) | |
download | samba-13407e69b5666955d92b6ade1b98c1147a6ca911.tar.gz samba-13407e69b5666955d92b6ade1b98c1147a6ca911.tar.bz2 samba-13407e69b5666955d92b6ade1b98c1147a6ca911.zip |
add Windows 2000 version of Plain Text Password registry entry
(This used to be commit 1a0e378a6fa146c4282101ee84b7d01adea82f50)
-rw-r--r-- | docs/Win2000_PlainPassword.reg | 11 |
1 files changed, 11 insertions, 0 deletions
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
+
|