diff options
author | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
commit | d820b547bd5c555c566bb49cefb7004597cfe114 (patch) | |
tree | 8f12a0a5b73acecaa99d4fe1656fdfff64b1ef3e /docs/docbook/projdoc/Integrating-with-Windows.sgml | |
parent | 05a7f65f8a107302ff29aac9e49b9e29a792b6fd (diff) | |
download | samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.gz samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.bz2 samba-d820b547bd5c555c566bb49cefb7004597cfe114.zip |
Many typos, syntax fixes, more. Multiple sources including mega patch from
- Jesse Jacobs <jesse@eazy.homeip.net>
(This used to be commit 5da18339e19bf2bcc23a19339c8a6a3052246d44)
Diffstat (limited to 'docs/docbook/projdoc/Integrating-with-Windows.sgml')
-rw-r--r-- | docs/docbook/projdoc/Integrating-with-Windows.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/projdoc/Integrating-with-Windows.sgml b/docs/docbook/projdoc/Integrating-with-Windows.sgml index f6ac0be5a4..9f0de0a56a 100644 --- a/docs/docbook/projdoc/Integrating-with-Windows.sgml +++ b/docs/docbook/projdoc/Integrating-with-Windows.sgml @@ -8,7 +8,7 @@ <title>Integrating MS Windows networks with Samba</title> <para> -This section deals with NetBIOS over TCP/IP name to IP address resolution. If you +This section deals with NetBIOS over TCP/IP name to IP address resolution. If your MS Windows clients are NOT configured to use NetBIOS over TCP/IP then this section does not apply to your installation. If your installation involves use of NetBIOS over TCP/IP then this section may help you to resolve networking problems. @@ -307,7 +307,7 @@ One further point of clarification should be noted, the <filename>/etc/hosts</fi file and the DNS records do not provide the NetBIOS name type information that MS Windows clients depend on to locate the type of service that may be needed. An example of this is what happens when an MS Windows client -wants to locate a domain logon server. It find this service and the IP +wants to locate a domain logon server. It finds this service and the IP address of a server that provides it by performing a lookup (via a NetBIOS broadcast) for enumeration of all machines that have registered the name type *<1c>. A logon request is then sent to each @@ -385,7 +385,7 @@ This file is usually located in MS Windows NT 4.0 or 2000 in <filename>C:\WINNT\SYSTEM32\DRIVERS\ETC</filename> and contains the IP Address and the machine name in matched pairs. The <filename>LMHOSTS</filename> file performs NetBIOS name -to IP address mapping oriented. +to IP address mapping. </para> <para> @@ -493,7 +493,7 @@ every way the equivalent of the Unix/Linux <filename>/etc/hosts</filename> file. <para> This capability is configured in the TCP/IP setup area in the network configuration facility. If enabled an elaborate name resolution sequence -is followed the precise nature of which isdependant on what the NetBIOS +is followed the precise nature of which is dependant on what the NetBIOS Node Type parameter is configured to. A Node Type of 0 means use NetBIOS broadcast (over UDP broadcast) is first used if the name that is the subject of a name lookup is not found in the NetBIOS name |