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