diff options
author | John Terpstra <jht@samba.org> | 1997-08-21 10:51:14 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1997-08-21 10:51:14 +0000 |
commit | aaca05b979f3ab5c1b5277d900da54a08c084b2a (patch) | |
tree | 050bdb6fa75387832d8fcc57c7cdba0fc8c82c45 /docs | |
parent | c0261956b3e79803f825f793e9413e9c0c3aa34a (diff) | |
download | samba-aaca05b979f3ab5c1b5277d900da54a08c084b2a.tar.gz samba-aaca05b979f3ab5c1b5277d900da54a08c084b2a.tar.bz2 samba-aaca05b979f3ab5c1b5277d900da54a08c084b2a.zip |
JHT ===> Added a patch from Tim Small (UK)
(This used to be commit a2ba15e2dec92c06eb51284e2a3071ef37850434)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/NT4_PlainPassword.reg | 11 | ||||
-rw-r--r-- | docs/textdocs/WinNT.txt | 5 |
2 files changed, 15 insertions, 1 deletions
diff --git a/docs/NT4_PlainPassword.reg b/docs/NT4_PlainPassword.reg new file mode 100644 index 0000000000..b30db150c2 --- /dev/null +++ b/docs/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/textdocs/WinNT.txt b/docs/textdocs/WinNT.txt index 72c59599de..d581053597 100644 --- a/docs/textdocs/WinNT.txt +++ b/docs/textdocs/WinNT.txt @@ -1,7 +1,7 @@ Contributors: Various Password Section - Copyright (C) 1997 - John H Terpstra Printing Section - Copyright (C) 1997 - Matthew Harrell -Updated: June 27, 1997 +Updated: August 20, 1997 Status: Current Subject: Samba and Windows NT Password Handling @@ -33,6 +33,9 @@ HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\rdr\parameters\ Add the following value: EnablePlainTextPassword:REG_DWORD=1 +Alternatively, use the NT4_PlainPassword.reg file in this directory (either +by double clicking on it, or run regedit.exe and select "Import Registry +File" from the "Registry" Menu). The other major ramification of this feature of NT is that it can't browse a user level non-encrypted server unless it already has a |