From 09fb00c629ed81b25c97a5eb74df4e03c92145ea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Nov 2002 21:41:04 +0000 Subject: 'make everything' in docs (This used to be commit 960082d860c36419c63094be778decdadb061c1d) --- docs/htmldocs/integrate-ms-networks.html | 115 ++++++++++++++++--------------- 1 file changed, 60 insertions(+), 55 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 2412da9c4a..051364e5b9 100644 --- a/docs/htmldocs/integrate-ms-networks.html +++ b/docs/htmldocs/integrate-ms-networks.html @@ -9,13 +9,15 @@ CONTENT="Modular DocBook HTML Stylesheet Version 1.77">PrevNextChapter 2. Integrating MS Windows networks with SambaChapter 10. Integrating MS Windows networks with Samba

2.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 @@ -145,9 +147,9 @@ CLASS="SECT1" >

2.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:

2.2.1. 10.2.1. /etc/hosts

2.2.2. 10.2.2. /etc/resolv.conf

2.2.3. 10.2.3. /etc/host.conf

2.2.4. 10.2.4. /etc/nsswitch.conf

Samba version 2.2.0 will add Linux support for extensions to +>Starting with version 2.2.0 samba has Linux support for extensions to the name service switch infrastructure so that linux clients will be able to obtain resolution of MS Windows NetBIOS names to IP Addresses. To gain this functionality Samba needs to be compiled @@ -404,9 +406,9 @@ CLASS="SECT1" >

2.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 @@ -489,9 +491,9 @@ CLASS="SECT2" >

2.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 @@ -516,9 +518,9 @@ CLASS="SECT2" >

2.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

2.3.3. HOSTS file

10.3.3. HOSTS file

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

2.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 @@ -661,9 +663,9 @@ CLASS="SECT2" >

2.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 @@ -704,9 +706,9 @@ CLASS="SECT1" >

2.4. How browsing functions and how to deploy stable and +>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 @@ -771,9 +773,9 @@ CLASS="SECT1" >

2.5. MS Windows security options and how to configure +>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 @@ -908,9 +910,9 @@ CLASS="SECT2" >

2.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:

2.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:

2.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 @@ -1044,9 +1046,9 @@ CLASS="SECT3" >

2.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 @@ -1067,9 +1069,9 @@ CLASS="SECT3" >

2.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.

2.6. Conclusions

10.6. Conclusions

Samba provides a flexible means to operate as...

PrevNextHow to Install and Test SAMBAOptional configuration UpConfiguring PAM for distributed but centrally -managed authenticationUNIX Permission Bits and Windows NT Access Control Lists