From 2e2a5d50eb0fcbfdab14e56d6150a1bd35d57f28 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 13 Nov 2002 15:34:49 +0000 Subject: Some more doc updates: - make - update status of docs document - move security_level to 'type of installation' part (This used to be commit 11ad39398e077c3901e63f31bcc6efb223854357) --- docs/htmldocs/samba-ldap-howto.html | 64 ++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 32 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 df8f32fe32..17f74b9bbc 100644 --- a/docs/htmldocs/samba-ldap-howto.html +++ b/docs/htmldocs/samba-ldap-howto.html @@ -11,10 +11,10 @@ TITLE="SAMBA Project Documentation" HREF="samba-howto-collection.html">PrevChapter 19. Storing Samba's User/Machine Account information in an LDAP DirectoryChapter 20. Storing Samba's User/Machine Account information in an LDAP Directory

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

19.2. Introduction

20.2. Introduction

Traditionally, when configuring

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

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

19.5. Configuring Samba with LDAP

20.5. Configuring Samba with LDAP

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

19.5.2. Configuring Samba

20.5.2. Configuring Samba

The following parameters are available in smb.conf only with

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

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

19.8. LDAP specials attributes for sambaAccounts

20.8. LDAP specials attributes for sambaAccounts

The sambaAccount objectclass is composed of the following attributes:

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

19.10. Comments

20.10. Comments

Please mail all comments regarding this HOWTO to PrevPassdb XML pluginStackable VFS modulesUp