From ca5759f796b153f702669942f7e01e498cc1170f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 15 Oct 2002 18:14:31 +0000 Subject: make html (This used to be commit 39034207567c363a257f0aebd8ef22f15d98f451) --- docs/htmldocs/samba-ldap-howto.html | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'docs/htmldocs/samba-ldap-howto.html') diff --git a/docs/htmldocs/samba-ldap-howto.html b/docs/htmldocs/samba-ldap-howto.html index 895fcda3c4..cefde0356d 100644 --- a/docs/htmldocs/samba-ldap-howto.html +++ b/docs/htmldocs/samba-ldap-howto.html @@ -8,7 +8,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.77">Chapter 14. Storing Samba's User/Machine Account information in an LDAP DirectoryChapter 13. Storing Samba's User/Machine Account information in an LDAP Directory

14.1. Purpose

13.1. Purpose

This document describes how to use an LDAP directory for storing Samba user account information traditionally stored in the smbpasswd(5) file. It is @@ -145,9 +145,9 @@ CLASS="SECT1" >

14.2. Introduction

13.2. Introduction

Traditionally, when configuring

14.3. Supported LDAP Servers

13.3. Supported LDAP Servers

The LDAP samdb code in 2.2.3 has been developed and tested using the OpenLDAP 2.0 server and client libraries. The same code should be able to work with @@ -287,9 +287,9 @@ CLASS="SECT1" >

14.4. Schema and Relationship to the RFC 2307 posixAccount

13.4. Schema and Relationship to the RFC 2307 posixAccount

Samba 2.2.3 includes the necessary schema file for OpenLDAP 2.0 in

14.5. Configuring Samba with LDAP

13.5. Configuring Samba with LDAP

14.5.1. OpenLDAP configuration

13.5.1. OpenLDAP configuration

To include support for the sambaAccount object in an OpenLDAP directory server, first copy the samba.schema file to slapd's configuration directory.

14.5.2. Configuring Samba

13.5.2. Configuring Samba

The following parameters are available in smb.conf only with

14.6. Accounts and Groups management

13.6. Accounts and Groups management

As users accounts are managed thru the sambaAccount objectclass, you should modify you existing administration tools to deal with sambaAccount attributes.

14.7. Security and sambaAccount

13.7. Security and sambaAccount

There are two important points to remember when discussing the security of sambaAccount entries in the directory.

14.8. LDAP specials attributes for sambaAccounts

13.8. LDAP specials attributes for sambaAccounts

The sambaAccount objectclass is composed of the following attributes:

14.9. Example LDIF Entries for a sambaAccount

13.9. Example LDIF Entries for a sambaAccount

The following is a working LDIF with the inclusion of the posixAccount objectclass:

14.10. Comments

13.10. Comments

Please mail all comments regarding this HOWTO to Home