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/samba-ldap-howto.html | 79 ++++++++++++++++++++----------------- 1 file changed, 43 insertions(+), 36 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 cefde0356d..df8f32fe32 100644 --- a/docs/htmldocs/samba-ldap-howto.html +++ b/docs/htmldocs/samba-ldap-howto.html @@ -9,12 +9,15 @@ CONTENT="Modular DocBook HTML Stylesheet Version 1.77">PrevNextChapter 13. Storing Samba's User/Machine Account information in an LDAP DirectoryChapter 19. Storing Samba's User/Machine Account information in an LDAP Directory

13.1. Purpose

19.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 +148,9 @@ CLASS="SECT1" >

13.2. Introduction

19.2. Introduction

Traditionally, when configuring

13.3. Supported LDAP Servers

19.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 +290,9 @@ CLASS="SECT1" >

13.4. Schema and Relationship to the RFC 2307 posixAccount

19.4. Schema and Relationship to the RFC 2307 posixAccount

Samba 2.2.3 includes the necessary schema file for OpenLDAP 2.0 in

13.5. Configuring Samba with LDAP

19.5. Configuring Samba with LDAP

13.5.1. OpenLDAP configuration

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

13.5.2. Configuring Samba

19.5.2. Configuring Samba

The following parameters are available in smb.conf only with

13.6. Accounts and Groups management

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

13.7. Security and sambaAccount

19.7. Security and sambaAccount

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

13.8. LDAP specials attributes for sambaAccounts

19.8. LDAP specials attributes for sambaAccounts

The sambaAccount objectclass is composed of the following attributes:

13.9. Example LDIF Entries for a sambaAccount

19.9. Example LDIF Entries for a sambaAccount

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

13.10. Comments

19.10. Comments

Please mail all comments regarding this HOWTO to PrevNextHow to Act as a Backup Domain Controller in a Purely Samba Controlled DomainPassdb XML plugin UpUsing samba 3.0 with ActiveDirectory supportHOWTO Access Samba source code via CVS