From f0e282ebf3e459c559bfc08f3e21fdebb2515621 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 16 Jan 2003 02:20:27 +0000 Subject: * merge fixes for SGML syntax errors (does no one ever regenerate the docs?) * regenerate the docs * add some files from SAMBA_3_0 (This used to be commit 1af74785f334bd84b2d62e7fc2975f9477386acb) --- docs/htmldocs/integrate-ms-networks.html | 87 +++++++++----------------------- 1 file changed, 23 insertions(+), 64 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 a3b51283d0..ad6aa9e225 100644 --- a/docs/htmldocs/integrate-ms-networks.html +++ b/docs/htmldocs/integrate-ms-networks.html @@ -5,7 +5,8 @@ >Integrating MS Windows networks with Samba

Chapter 11. Integrating MS Windows networks with Samba

Chapter 10. Integrating MS Windows networks with Samba

11.1. Agenda

10.1. Agenda

To identify the key functional mechanisms of MS Windows networking to enable the deployment of Samba as a means of extending and/or @@ -147,9 +144,7 @@ CLASS="SECT1" >

11.2. Name Resolution in a pure Unix/Linux world

10.2. Name Resolution in a pure Unix/Linux world

The key configuration files covered in this section are:

11.2.1. 10.2.1. /etc/hosts

11.2.2. 10.2.2. /etc/resolv.conf

11.2.3. 10.2.3. /etc/host.conf

11.2.4. 10.2.4. /etc/nsswitch.conf

11.3. Name resolution as used within MS Windows networking

10.3. Name resolution as used within MS Windows networking

MS Windows networking is predicated about the name each machine is given. This name is known variously (and inconsistently) as @@ -491,9 +476,7 @@ CLASS="SECT2" >

11.3.1. The NetBIOS Name Cache

10.3.1. The NetBIOS Name Cache

All MS Windows machines employ an in memory buffer in which is stored the NetBIOS names and IP addresses for all external @@ -518,9 +501,7 @@ CLASS="SECT2" >

11.3.2. The LMHOSTS file

10.3.2. The LMHOSTS file

This file is usually located in MS Windows NT 4.0 or 2000 in

11.3.3. HOSTS file

10.3.3. HOSTS file

This file is usually located in MS Windows NT 4.0 or 2000 in

11.3.4. DNS Lookup

10.3.4. DNS Lookup

This capability is configured in the TCP/IP setup area in the network configuration facility. If enabled an elaborate name resolution sequence @@ -663,9 +640,7 @@ CLASS="SECT2" >

11.3.5. WINS Lookup

10.3.5. WINS Lookup

A WINS (Windows Internet Name Server) service is the equivaent of the rfc1001/1002 specified NBNS (NetBIOS Name Server). A WINS server stores @@ -706,9 +681,7 @@ CLASS="SECT1" >

11.4. How browsing functions and how to deploy stable and +NAME="AEN1504">10.4. How browsing functions and how to deploy stable and dependable browsing using Samba

As stated above, MS Windows machines register their NetBIOS names @@ -773,9 +746,7 @@ CLASS="SECT1" >

11.5. MS Windows security options and how to configure +NAME="AEN1514">10.5. MS Windows security options and how to configure Samba for seemless integration

MS Windows clients may use encrypted passwords as part of a @@ -910,9 +881,7 @@ CLASS="SECT2" >

11.5.1. Use MS Windows NT as an authentication server

10.5.1. Use MS Windows NT as an authentication server

This method involves the additions of the following parameters in the smb.conf file:

11.5.2. Make Samba a member of an MS Windows NT security domain

10.5.2. Make Samba a member of an MS Windows NT security domain

This method involves additon of the following paramters in the smb.conf file:

11.5.3. Configure Samba as an authentication server

10.5.3. Configure Samba as an authentication server

This mode of authentication demands that there be on the Unix/Linux system both a Unix style account as well as an @@ -1046,9 +1011,7 @@ CLASS="SECT3" >

11.5.3.1. Users

10.5.3.1. Users

A user account that may provide a home directory should be created. The following Linux system commands are typical of @@ -1069,9 +1032,7 @@ CLASS="SECT3" >

11.5.3.2. MS Windows NT Machine Accounts

10.5.3.2. MS Windows NT Machine Accounts

These are required only when Samba is used as a domain controller. Refer to the Samba-PDC-HOWTO for more details.

11.6. Conclusions

10.6. Conclusions

Samba provides a flexible means to operate as...