summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-06-03 20:20:07 +1200
committerJeremy Allison <jra@samba.org>2014-06-03 19:00:14 +0200
commit05d78aa2058e6b62e7b27218a8ddea1f2c6b26dd (patch)
tree234658cbb0c0b44c85b41a670773be938bc13d30 /docs-xml
parent655cd95f005bc6aac2deb3566e493b785e82cd94 (diff)
downloadsamba-05d78aa2058e6b62e7b27218a8ddea1f2c6b26dd.tar.gz
samba-05d78aa2058e6b62e7b27218a8ddea1f2c6b26dd.tar.xz
samba-05d78aa2058e6b62e7b27218a8ddea1f2c6b26dd.zip
docs: Multiple passdb backend support has been removed
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba3-ByExample/SBE-2000UserNetwork.xml51
-rw-r--r--docs-xml/Samba3-ByExample/SBE-preface.xml4
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml2
3 files changed, 6 insertions, 51 deletions
diff --git a/docs-xml/Samba3-ByExample/SBE-2000UserNetwork.xml b/docs-xml/Samba3-ByExample/SBE-2000UserNetwork.xml
index 37c2ee0bc6a..cfd6981758a 100644
--- a/docs-xml/Samba3-ByExample/SBE-2000UserNetwork.xml
+++ b/docs-xml/Samba3-ByExample/SBE-2000UserNetwork.xml
@@ -679,9 +679,8 @@ productivity.</para>
<indexterm><primary>mysqlsam</primary></indexterm>
<indexterm><primary>LDAP</primary></indexterm>
<indexterm><primary>distributed</primary></indexterm>
- Samba is capable of using the <constant>smbpasswd</constant>,
- <constant>tdbsam</constant>, <constant>xmlsam</constant>,
- and <constant>mysqlsam</constant> authentication databases. The SMB
+ Samba is capable of using the <constant>smbpasswd</constant> and
+ <constant>tdbsam</constant>. The SMB
passwords can, of course, also be stored in an LDAP ldapsam
backend. LDAP is the preferred passdb backend for distributed network
operations.
@@ -689,9 +688,7 @@ productivity.</para>
<para>
<indexterm><primary>passdb backend</primary></indexterm>
- Additionally, it is possible to use multiple passdb backends
- concurrently as well as have multiple LDAP backends. As a result, you
- can specify a failover LDAP backend. The syntax for specifying a
+ You can specify a failover LDAP backend. The syntax for specifying a
single LDAP backend in &smb.conf; is:
<screen>
...
@@ -722,48 +719,6 @@ passdb backend = ldapsam:"ldap://master.abmas.biz \
</figure>
</para>
- <para>
- Some folks have tried to implement this without the use of double quotes. This is the type of entry they
- created:
-<screen>
-...
-passdb backend = ldapsam:ldap://master.abmas.biz \
- ldapsam:ldap://slave.abmas.biz
-...
-</screen>
- <indexterm><primary>contiguous directory</primary></indexterm>
- The effect of this style of entry is that Samba lists the users
- that are in both LDAP databases. If both contain the same information,
- it results in each record being shown twice. This is, of course, not the
- solution desired for a failover implementation. The net effect of this
- configuration is shown in <link linkend="ch7dualadd"/>
- </para>
-
- <figure id="ch7dualadd">
- <title>Samba Configuration to Use Dual LDAP Databases - Broken - Do Not Use!</title>
- <imagefile scale="55">ch7-dual-additive-LDAP</imagefile>
- </figure>
-
- <para>
- If, however, each LDAP database contains unique information, this may
- well be an advantageous way to effectively integrate multiple LDAP databases
- into one seemingly contiguous directory. Only the first database will be updated.
- An example of this configuration is shown in <link linkend="ch7dualok"/>.
- </para>
-
- <figure id="ch7dualok">
- <title>Samba Configuration to Use Two LDAP Databases - The result is additive.</title>
- <imagefile scale="55">ch7-dual-additive-LDAP-Ok</imagefile>
- </figure>
-
- <note><para>
- When the use of ldapsam is specified twice, as shown here, it is imperative
- that the two LDAP directories must be disjoint. If the entries are for a
- master LDAP server as well as its own slave server, updates to the LDAP
- database may end up being lost or corrupted. You may safely use multiple
- LDAP backends only if both are entirely separate from each other.
- </para></note>
-
<para>
It is assumed that the network you are working with follows in a
pattern similar to what was covered in <link linkend="happy"/>. The following steps
diff --git a/docs-xml/Samba3-ByExample/SBE-preface.xml b/docs-xml/Samba3-ByExample/SBE-preface.xml
index d7c873e8aae..99ee5b6494d 100644
--- a/docs-xml/Samba3-ByExample/SBE-preface.xml
+++ b/docs-xml/Samba3-ByExample/SBE-preface.xml
@@ -425,8 +425,8 @@
further challenges ahead.
</para>
- <para><emphasis>TechInfo</emphasis> &smbmdash; Slave LDAP servers are introduced. Samba is
- configured to use multiple LDAP backends. This is a brief chapter; it assumes that the
+ <para><emphasis>TechInfo</emphasis> &smbmdash; Slave
+ LDAP servers are introduced. This is a brief chapter; it assumes that the
technology has been mastered and gets right down to concepts and how to deploy them.
</para>
</listitem>
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml b/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml
index 8fc837de925..b4dba6d6f20 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml
@@ -88,7 +88,7 @@ So, what are the benefits of the features mentioned in this chapter?
<listitem><para>
<indexterm><primary>account</primary><secondary>database</secondary><tertiary>backends</tertiary></indexterm>
<indexterm><primary>encrypted</primary></indexterm>
- Samba permits use of multiple concurrent account database backends.
+ Samba permits use of multiple account database backends.
(Encrypted passwords that are stored in the account database are in
formats that are unique to Windows networking).
</para></listitem>