From ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 18 Feb 2003 22:14:04 +0000 Subject: Regenerate (This used to be commit 1ab5a3b17feb677425bb1071357c3dbabcc46c7e) --- docs/htmldocs/samba-ldap-howto.html | 55 +++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 15 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 884bb756c1..fa966d8eb1 100644 --- a/docs/htmldocs/samba-ldap-howto.html +++ b/docs/htmldocs/samba-ldap-howto.html @@ -5,8 +5,7 @@ >Storing Samba's User/Machine Account information in an LDAP Directory

Chapter 19. Storing Samba's User/Machine Account information in an LDAP Directory

Chapter 17. Storing Samba's User/Machine Account information in an LDAP Directory

19.1. Purpose

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

19.2. Introduction

17.2. Introduction

Traditionally, when configuring

19.3. Supported LDAP Servers

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

19.4. Schema and Relationship to the RFC 2307 posixAccount

17.4. Schema and Relationship to the RFC 2307 posixAccount

Samba 2.2.3 includes the necessary schema file for OpenLDAP 2.0 in

19.5. Configuring Samba with LDAP

17.5. Configuring Samba with LDAP

19.5.1. OpenLDAP configuration

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

19.5.2. Configuring Samba

17.5.2. Configuring Samba

The following parameters are available in smb.conf only with

19.6. Accounts and Groups management

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

19.7. Security and sambaAccount

17.7. Security and sambaAccount

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

19.8. LDAP specials attributes for sambaAccounts

17.8. LDAP specials attributes for sambaAccounts

The sambaAccount objectclass is composed of the following attributes:

19.9. Example LDIF Entries for a sambaAccount

17.9. Example LDIF Entries for a sambaAccount

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

19.10. Comments

17.10. Comments

Please mail all comments regarding this HOWTO to