From 2a85f0cf33f303e091ce6f6bea7b7a072cd81c14 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 15 Jan 2003 22:29:27 +0000 Subject: syncing docs with HEAD (This used to be commit d8fe70c3b4be548244e9d7b7ea533e64232df001) --- 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..17f74b9bbc 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 20. Storing Samba's User/Machine Account information in an LDAP Directory

13.1. Purpose

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

20.2. Introduction

Traditionally, when configuring

13.3. Supported LDAP Servers

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

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

20.5. Configuring Samba with LDAP

13.5.1. OpenLDAP configuration

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

20.5.2. Configuring Samba

The following parameters are available in smb.conf only with

13.6. Accounts and Groups management

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

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

20.8. LDAP specials attributes for sambaAccounts

The sambaAccount objectclass is composed of the following attributes:

13.9. Example LDIF Entries for a sambaAccount

20.9. Example LDIF Entries for a sambaAccount

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

13.10. Comments

20.10. Comments

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