From 42efc1092dcb3042724e280c0bb18e813b3aac98 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 4 Oct 2002 16:36:40 +0000 Subject: Convert GOTCHAS to SGML (This used to be commit c48207ef0e219680d4e4102256c76189aaf73ebc) --- docs/htmldocs/samba-ldap-howto.html | 69 +++++++++++++++++++++++++------------ 1 file changed, 47 insertions(+), 22 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 11553d440c..895fcda3c4 100644 --- a/docs/htmldocs/samba-ldap-howto.html +++ b/docs/htmldocs/samba-ldap-howto.html @@ -5,17 +5,16 @@ >Storing Samba's User/Machine Account information in an LDAP DirectoryNext

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

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

14.1. Purpose

14.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 @@ -142,7 +145,9 @@ CLASS="SECT1" >

14.2. Introduction

14.2. Introduction

Traditionally, when configuring

14.3. Supported LDAP Servers

14.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 @@ -280,7 +287,9 @@ CLASS="SECT1" >

14.4. Schema and Relationship to the RFC 2307 posixAccount

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

14.5. Configuring Samba with LDAP

14.5.1. OpenLDAP configuration

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

14.5.2. Configuring Samba

The following parameters are available in smb.conf only with

14.6. Accounts and Groups management

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

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

14.8. LDAP specials attributes for sambaAccounts

The sambaAccount objectclass is composed of the following attributes:

14.9. Example LDIF Entries for a sambaAccount

14.9. Example LDIF Entries for a sambaAccount

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

14.10. Comments

14.10. Comments

Please mail all comments regarding this HOWTO to HomeNextImproved browsing in sambaUsing samba 3.0 with ActiveDirectory support