From c693127d590817d3fd8698aa853137feea511ed6 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 27 May 2003 17:15:52 +0000 Subject: Added more info about backends. (This used to be commit 096d87be7c9847a38ca6a03f6ce9fc57ea5323ea) --- docs/docbook/projdoc/passdb.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml index e17f56ba30..9505b10a61 100644 --- a/docs/docbook/projdoc/passdb.xml +++ b/docs/docbook/projdoc/passdb.xml @@ -73,6 +73,11 @@ as follows: provide the extended controls that are needed for more comprehensive interoperation with MS Windows NT4 / 200x servers. + + + This backend should be used only for backwards compatibility with older + versions of Samba. It may be deprecated in future releases. + @@ -82,7 +87,8 @@ as follows: There is a password backend option that allows continued operation with a existing OpenLDAP backend that uses the Samba-2.2.x LDAP schema extension. This option is provided primarily as a migration tool, although there is - no reason to force migration at this time. + no reason to force migration at this time. Note that this tool will eventually + be deprecated. @@ -94,8 +100,22 @@ Samba-3 introduces the following new password backend capabilities: New Backends + guest: + + + This is always required as the last backend specified. + It provides the ability to handle guest account requirements for access to + resources like IPC$ which is used for browsing. + + tdbsam: + + This backend provides a rich database backend for local servers. This + backend is NOT suitable for multiple domain controller (ie: PDC + one + or more BDC) installations. + + The tdbsam password backend stores the old smbpasswd information PLUS the extended MS Windows NT / 200x @@ -117,6 +137,10 @@ Samba-3 introduces the following new password backend capabilities: ldapsam: + + This provides a rich directory backend for distributed account installation + + Samba-3 has a new and extended LDAP implementation that requires configuration of OpenLDAP with a new format samba schema. The new format schema file is -- cgit