Doc updates
[kai/samba.git] / docs / textdocs / WinNT.txt
1 There are some particular issues with Samba and Windows NT
2
3 =====================================================================
4 One of the most annoying problems with WinNT is that NT refuses to
5 connect to a server that is in user level security mode and that
6 doesn't support password encryption unless it first prompts the user
7 for a password.
8
9 This means even if you have the same password on the NT box and the
10 Samba server you will get prompted for a password. Entering the
11 correct password will get you connected.
12
13 The other major ramification of this feature of NT is that it can't
14 browse a user level non-encrypted server unless it already has a
15 connection open. This is because there is no spot for a password
16 prompt in the browser window. It works fine if you already have a
17 drive mounted (for example, one auto mounted on startup).
18
19 Samba should support encrypted passwords soon, which will solve this
20 problem.
21 =====================================================================
22
23
24
25 =====================================================================
26 When you mount a printer using the print manager in NT you may find
27 the following info from Matthew Harrell <harrell@leech.nrl.navy.mil>
28 useful:
29
30 ------------
31         I noticed in your change-log you noted that some people were
32 still unable to use print manager under NT.  If this is the same problem
33 that I encountered, it's caused by the length of time it takes NT to
34 determine if the printer is ready.
35
36 The problem occurs when you double-click on a printer to connect it to
37 the NT machine.  Because it's unable to determine if the printer is ready
38 in the short span of time it has, it assumes it isn't and gives some
39 strange error about not having enough resources (I forget what the error
40 is).  A solution to this that seems to work fine for us is to click
41 once on the printer, look at the bottom of the window and wait until
42 it says it's ready, then clilck on "OK".
43
44 By the way, this problem probably occurs in our group because the
45 Samba server doesn't actually have the printers - it queues them to
46 remote printers either on other machines or using their own network
47 cards.  Because of this "middle layer", it takes an extra amount of
48 time for the NT machine to get verification that the printer queue
49 actually exists.
50
51 I hope this helped in some way...
52 -----------
53 =====================================================================
54
55
56