From cdd3fa410a6b9f0ddc778149175f3ba7e8a7095d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 17 Apr 2003 19:15:22 +0000 Subject: Regenerate docs (This used to be commit 13a4cd540a1c193e77d973b9dac5bc2d9e7a5353) --- docs/htmldocs/integrate-ms-networks.html | 130 +++++++++++++++++++++++++------ 1 file changed, 107 insertions(+), 23 deletions(-) (limited to 'docs/htmldocs/integrate-ms-networks.html') diff --git a/docs/htmldocs/integrate-ms-networks.html b/docs/htmldocs/integrate-ms-networks.html index 5d9e1cdaec..56f4963fa6 100644 --- a/docs/htmldocs/integrate-ms-networks.html +++ b/docs/htmldocs/integrate-ms-networks.html @@ -74,7 +74,91 @@ CLASS="CHAPTER" >Chapter 22. Integrating MS Windows networks with SambaChapter 23. Integrating MS Windows networks with Samba
Table of Contents
23.1. Name Resolution in a pure Unix/Linux world
23.1.1. /etc/hosts
23.1.2. /etc/resolv.conf
23.1.3. /etc/host.conf
23.1.4. /etc/nsswitch.conf
23.2. Name resolution as used within MS Windows networking
23.2.1. The NetBIOS Name Cache
23.2.2. The LMHOSTS file
23.2.3. HOSTS file
23.2.4. DNS Lookup
23.2.5. WINS Lookup

This section deals with NetBIOS over TCP/IP name to IP address resolution. If you your MS Windows clients are NOT configured to use NetBIOS over TCP/IP then this @@ -155,8 +239,8 @@ CLASS="SECT1" >

22.1. Name Resolution in a pure Unix/Linux world23.1. Name Resolution in a pure Unix/Linux world

The key configuration files covered in this section are:

22.1.1. 23.1.1. /etc/hosts

22.1.2. 23.1.2. /etc/resolv.conf

22.1.3. 23.1.3. /etc/host.conf

22.1.4. 23.1.4. /etc/nsswitch.conf

22.2. Name resolution as used within MS Windows networking23.2. Name resolution as used within MS Windows networking

MS Windows networking is predicated about the name each machine @@ -499,8 +583,8 @@ CLASS="SECT2" >

22.2.1. The NetBIOS Name Cache23.2.1. The NetBIOS Name Cache

All MS Windows machines employ an in memory buffer in which is @@ -526,8 +610,8 @@ CLASS="SECT2" >

22.2.2. The LMHOSTS file23.2.2. The LMHOSTS file

This file is usually located in MS Windows NT 4.0 or @@ -629,8 +713,8 @@ CLASS="SECT2" >

22.2.3. HOSTS file23.2.3. HOSTS file

This file is usually located in MS Windows NT 4.0 or 2000 in @@ -651,8 +735,8 @@ CLASS="SECT2" >

22.2.4. DNS Lookup23.2.4. DNS Lookup

This capability is configured in the TCP/IP setup area in the network @@ -671,8 +755,8 @@ CLASS="SECT2" >

22.2.5. WINS Lookup23.2.5. WINS Lookup

A WINS (Windows Internet Name Server) service is the equivaent of the -- cgit