merge from 2.2
[Samba/gbeck.git] / docs / textdocs / Win95.txt
blob69330c512d4e1dc279782fe1eabbd38e90e1e934
1 Copyright (C) 1997 - Samba-Team
2 Contributed Date:       August 20, 1997
3 Last Update:            August 20, 1997
5 Subject:        Windows 95 and Samba Interoperability
6 ===============================================================================
8 Password Handling:
9 ------------------
10 Microsoft periodically release updates to all their operating systems. Some of
11 these are welcomed while others cause us to change the way we do things. Few
12 people like change, particularly if the change is unexpected. The best advice
13 always is to read the documentation provided BEFORE applying an update.
15 One of the recent Win95 updates (VRDRUPD.EXE) disables plain text (also called
16 clear text) password authentication. The effects of this updates are desirable
17 where MS Windows NT is providing the password authentication service. This
18 update is most undesirable where Samba must provide the authentication service
19 unless Samba has been specifically configured to use encrypted passwords _AND_
20 has been linked with the libdes library.
22 If the above conditions have not been complied with, and you are using Samba,
23 then Windows 95 clients will NOT be able to authenticate to a Samba server.
25 To re-enable plain text password capabilities AFTER applying this update
26 you must create a new value in the Windows 95 registry.
28 Either foillow the following procedure or just double click on the
29 file Win95_PlainPassword.reg for an easier way to do this.
31 Procedure:
32 1)      Launch the Registry Editor as follows:
33         Click on:       /Start/Run
34         Type "regedit" and press enter.
36 2)      Double click on:        HKEY_LOCAL_MACHINE
38 3)      Locate the following Key:
39         /HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/VxD/VNETSUP
41 4)      From the menu bar select Edit/New/DWORD Value
43 5)      Rename the entry from "New Value #1" to:
44                 EnablePlainTextPassword
46 6)      Press Enter, then double click on the new entry.
47         A dialog box will pop up and enable you to set a value.
48         You must set this value to 1.
50 -------------------------------------------------------------------------------
52 Windows 95 Updates:
53 -------------------
54 When using Windows 95 OEM SR2 the following updates are recommended where Samba
55 is being used. Please NOTE that the above change will affect you once these
56 updates  have been installed.
58 There are more updates than the ones mentioned here. You are referred to the
59 Microsoft Web site for all currently available updates to your specific version
60 of Windows 95.
62 Kernel Update:  KRNLUPD.EXE
63 Ping Fix:       PINGUPD.EXE
64 RPC Update:     RPCRTUPD.EXE
65 TCP/IP Update:  VIPUPD.EXE
66 Redirector Update:      VRDRUPD.EXE
68 Also, if using MS OutLook it is desirable to install the OLEUPD.EXE fix. This
69 fix may stop your machine from hanging for an extended period when exiting
70 OutLook and you may also notice a significant speedup when accessing network
71 neighborhood services.
73 -------------------------------------------------------------------------------
74 The above password information was provided by: Jochen Huppertz <jhu@nrh.de>