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/winbind.html | 258 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 199 insertions(+), 59 deletions(-) (limited to 'docs/htmldocs/winbind.html') diff --git a/docs/htmldocs/winbind.html b/docs/htmldocs/winbind.html index e08d617c63..bd3e6923d4 100644 --- a/docs/htmldocs/winbind.html +++ b/docs/htmldocs/winbind.html @@ -74,14 +74,154 @@ CLASS="CHAPTER" >Chapter 14. Unified Logons between Windows NT and UNIX using WinbindChapter 15. Unified Logons between Windows NT and UNIX using Winbind
Table of Contents
15.1. Abstract
15.2. Introduction
15.3. What Winbind Provides
15.4. How Winbind Works
15.4.1. Microsoft Remote Procedure Calls
15.4.2. Microsoft Active Directory Services
15.4.3. Name Service Switch
15.4.4. Pluggable Authentication Modules
15.4.5. User and Group ID Allocation
15.4.6. Result Caching
15.5. Installation and Configuration
15.5.1. Introduction
15.5.2. Requirements
15.5.3. Testing Things Out
15.5.3.1. Configure and compile SAMBA
15.5.3.2. Configure nsswitch.conf and the +winbind libraries
15.5.3.3. Configure smb.conf
15.5.3.4. Join the SAMBA server to the PDC domain
15.5.3.5. Start up the winbindd daemon and test it!
15.5.3.6. Fix the init.d startup scripts
15.5.3.7. Configure Winbind and PAM
15.6. Limitations
15.7. Conclusion

14.1. Abstract15.1. Abstract

Integration of UNIX and Microsoft Windows NT through @@ -107,8 +247,8 @@ CLASS="SECT1" >

14.2. Introduction15.2. Introduction

It is well known that UNIX and Microsoft Windows NT have @@ -161,8 +301,8 @@ CLASS="SECT1" >

14.3. What Winbind Provides15.3. What Winbind Provides

Winbind unifies UNIX and Windows NT account management by @@ -203,8 +343,8 @@ CLASS="SECT2" >

14.3.1. Target Uses15.3.1. Target Uses

Winbind is targeted at organizations that have an @@ -227,8 +367,8 @@ CLASS="SECT1" >

14.4. How Winbind Works15.4. How Winbind Works

The winbind system is designed around a client/server @@ -247,8 +387,8 @@ CLASS="SECT2" >

14.4.1. Microsoft Remote Procedure Calls15.4.1. Microsoft Remote Procedure Calls

Over the last few years, efforts have been underway @@ -273,8 +413,8 @@ CLASS="SECT2" >

14.4.2. Microsoft Active Directory Services15.4.2. Microsoft Active Directory Services

Since late 2001, Samba has gained the ability to @@ -292,8 +432,8 @@ CLASS="SECT2" >

14.4.3. Name Service Switch15.4.3. Name Service Switch

The Name Service Switch, or NSS, is a feature that is @@ -372,8 +512,8 @@ CLASS="SECT2" >

14.4.4. Pluggable Authentication Modules15.4.4. Pluggable Authentication Modules

Pluggable Authentication Modules, also known as PAM, @@ -421,8 +561,8 @@ CLASS="SECT2" >

14.4.5. User and Group ID Allocation15.4.5. User and Group ID Allocation

When a user or group is created under Windows NT @@ -447,8 +587,8 @@ CLASS="SECT2" >

14.4.6. Result Caching15.4.6. Result Caching

An active system can generate a lot of user and group @@ -470,8 +610,8 @@ CLASS="SECT1" >

14.5. Installation and Configuration15.5. Installation and Configuration

Many thanks to John Trostel

14.5.1. Introduction15.5.1. Introduction

This HOWTO describes the procedures used to get winbind up and @@ -548,8 +688,8 @@ CLASS="SECT2" >

14.5.2. Requirements15.5.2. Requirements

If you have a samba configuration file that you are currently @@ -618,8 +758,8 @@ CLASS="SECT2" >

14.5.3. Testing Things Out15.5.3. Testing Things Out

Before starting, it is probably best to kill off all the SAMBA @@ -663,8 +803,8 @@ CLASS="SECT3" >

14.5.3.1. Configure and compile SAMBA15.5.3.1. Configure and compile SAMBA

The configuration and compilation of SAMBA is pretty straightforward. @@ -729,8 +869,8 @@ CLASS="SECT3" >

14.5.3.2. Configure 15.5.3.2. Configure nsswitch.conf and the @@ -834,8 +974,8 @@ CLASS="SECT3" >

14.5.3.3. Configure smb.conf15.5.3.3. Configure smb.conf

Several parameters are needed in the smb.conf file to control @@ -909,8 +1049,8 @@ CLASS="SECT3" >

14.5.3.4. Join the SAMBA server to the PDC domain15.5.3.4. Join the SAMBA server to the PDC domain

Enter the following command to make the SAMBA server join the @@ -947,8 +1087,8 @@ CLASS="SECT3" >

14.5.3.5. Start up the winbindd daemon and test it!15.5.3.5. Start up the winbindd daemon and test it!

Eventually, you will want to modify your smb startup script to @@ -1083,16 +1223,16 @@ CLASS="SECT3" >

14.5.3.6. Fix the init.d startup scripts15.5.3.6. Fix the init.d startup scripts

14.5.3.6.1. Linux15.5.3.6.1. Linux

The

14.5.3.6.2. Solaris15.5.3.6.2. Solaris

On solaris, you need to modify the @@ -1285,8 +1425,8 @@ CLASS="SECT4" >

14.5.3.6.3. Restarting15.5.3.6.3. Restarting

If you restart the

14.5.3.7. Configure Winbind and PAM15.5.3.7. Configure Winbind and PAM

If you have made it this far, you know that winbindd and samba are working @@ -1367,8 +1507,8 @@ CLASS="SECT4" >

14.5.3.7.1. Linux/FreeBSD-specific PAM configuration15.5.3.7.1. Linux/FreeBSD-specific PAM configuration

The

14.5.3.7.2. Solaris-specific configuration15.5.3.7.2. Solaris-specific configuration

The /etc/pam.conf needs to be changed. I changed this file so that my Domain @@ -1583,8 +1723,8 @@ CLASS="SECT1" >

14.6. Limitations15.6. Limitations

Winbind has a number of limitations in its current @@ -1625,8 +1765,8 @@ CLASS="SECT1" >

14.7. Conclusion15.7. Conclusion

The winbind system, through the use of the Name Service -- cgit