From 2e2a5d50eb0fcbfdab14e56d6150a1bd35d57f28 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 13 Nov 2002 15:34:49 +0000 Subject: Some more doc updates: - make - update status of docs document - move security_level to 'type of installation' part (This used to be commit 11ad39398e077c3901e63f31bcc6efb223854357) --- docs/htmldocs/samba-pdc.html | 100 +++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'docs/htmldocs/samba-pdc.html') diff --git a/docs/htmldocs/samba-pdc.html b/docs/htmldocs/samba-pdc.html index ebf6e85674..daab00fba9 100644 --- a/docs/htmldocs/samba-pdc.html +++ b/docs/htmldocs/samba-pdc.html @@ -11,10 +11,10 @@ TITLE="SAMBA Project Documentation" HREF="samba-howto-collection.html">PrevChapter 6. How to Configure Samba as a NT4 Primary Domain ControllerChapter 7. How to Configure Samba as a NT4 Primary Domain Controller

6.1. Prerequisite Reading

7.1. Prerequisite Reading

Before you continue reading in this chapter, please make sure that you are comfortable with configuring basic files services @@ -108,9 +108,9 @@ CLASS="SECT1" >

6.2. Background

7.2. Background

6.3. Configuring the Samba Domain Controller

7.3. Configuring the Samba Domain Controller

The first step in creating a working Samba PDC is to understand the parameters necessary in smb.conf. I will not @@ -472,9 +472,9 @@ CLASS="SECT1" >

6.4. Creating Machine Trust Accounts and Joining Clients to the +>7.4. Creating Machine Trust Accounts and Joining Clients to the Domain

A machine trust account is a Samba account that is used to @@ -546,9 +546,9 @@ CLASS="SECT2" >

6.4.1. Manual Creation of Machine Trust Accounts

7.4.1. Manual Creation of Machine Trust Accounts

The first step in manually creating a machine trust account is to manually create the corresponding Unix account in @@ -736,9 +736,9 @@ CLASS="SECT2" >

6.4.2. "On-the-Fly" Creation of Machine Trust Accounts

7.4.2. "On-the-Fly" Creation of Machine Trust Accounts

The second (and recommended) way of creating machine trust accounts is simply to allow the Samba server to create them as needed when the client @@ -773,9 +773,9 @@ CLASS="SECT2" >

6.4.3. Joining the Client to the Domain

7.4.3. Joining the Client to the Domain

The procedure for joining a client to the domain varies with the version of Windows.

6.5. Common Problems and Errors

7.5. Common Problems and Errors

6.6. System Policies and Profiles

7.6. System Policies and Profiles

Much of the information necessary to implement System Policies and Roving User Profiles in a Samba domain is the same as that for @@ -1228,9 +1228,9 @@ CLASS="SECT1" >

6.7. What other help can I get?

7.7. What other help can I get?

There are many sources of information available in the form of mailing lists, RFC's and documentation. The docs that come @@ -1648,9 +1648,9 @@ CLASS="SECT1" >

6.8. Domain Control for Windows 9x/ME

7.8. Domain Control for Windows 9x/ME

6.8.1. Configuration Instructions: Network Logons

7.8.1. Configuration Instructions: Network Logons

The main difference between a PDC and a Windows 9x logon server configuration is that

6.8.2. Configuration Instructions: Setting up Roaming User Profiles

7.8.2. Configuration Instructions: Setting up Roaming User Profiles

6.8.2.1. Windows NT Configuration

7.8.2.1. Windows NT Configuration

To support WinNT clients, in the [global] section of smb.conf set the following (for example):

6.8.2.2. Windows 9X Configuration

7.8.2.2. Windows 9X Configuration

To support Win9X clients, you must use the "logon home" parameter. Samba has now been fixed so that "net use/home" now works as well, and it, too, relies @@ -2023,9 +2023,9 @@ CLASS="SECT3" >

6.8.2.3. Win9X and WinNT Configuration

7.8.2.3. Win9X and WinNT Configuration

You can support profiles for both Win9X and WinNT clients by setting both the "logon home" and "logon path" parameters. For example:

6.8.2.4. Windows 9X Profile Setup

7.8.2.4. Windows 9X Profile Setup

When a user first logs in on Windows 9X, the file user.DAT is created, as are folders "Start Menu", "Desktop", "Programs" and "Nethood". @@ -2228,9 +2228,9 @@ CLASS="SECT3" >

6.8.2.5. Windows NT Workstation 4.0

7.8.2.5. Windows NT Workstation 4.0

When a user first logs in to a Windows NT Workstation, the profile NTuser.DAT is created. The profile location can be now specified @@ -2342,9 +2342,9 @@ CLASS="SECT3" >

6.8.2.6. Windows NT Server

7.8.2.6. Windows NT Server

There is nothing to stop you specifying any path that you like for the location of users' profiles. Therefore, you could specify that the @@ -2356,9 +2356,9 @@ CLASS="SECT3" >

6.8.2.7. Sharing Profiles between W95 and NT Workstation 4.0

7.8.2.7. Sharing Profiles between W95 and NT Workstation 4.0

6.9. DOMAIN_CONTROL.txt : Windows NT Domain Control & Samba

7.9. DOMAIN_CONTROL.txt : Windows NT Domain Control & Samba

PrevType of installationUser and Share security level (for servers not in a domain)Up