summaryrefslogtreecommitdiff
path: root/docs/Samba-HOWTO-Collection
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-01-02 21:36:44 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:10 -0500
commita967ddf3de101e2010695421b6d5373dbc6909f4 (patch)
treedb9cc063f12cc6a88cc1ef37aba31cd975fcfca2 /docs/Samba-HOWTO-Collection
parent542eac1bcaee85c7f916ee70c1a1ec0cb279b56a (diff)
downloadsamba-a967ddf3de101e2010695421b6d5373dbc6909f4.tar.gz
samba-a967ddf3de101e2010695421b6d5373dbc6909f4.tar.bz2
samba-a967ddf3de101e2010695421b6d5373dbc6909f4.zip
Address some inaccracies (such as BDC solutions that might have
worked, but Samba never got the code to support), clarify some things that pedents have raised on the lists/in bugs, and explain about the 'ldap replication sleep' hack. Andrew Bartlett (This used to be commit dd9bd7b42e6818697f7e2dd913f6480406d24e60)
Diffstat (limited to 'docs/Samba-HOWTO-Collection')
-rw-r--r--docs/Samba-HOWTO-Collection/BDC.xml30
-rw-r--r--docs/Samba-HOWTO-Collection/Passdb.xml13
2 files changed, 24 insertions, 19 deletions
diff --git a/docs/Samba-HOWTO-Collection/BDC.xml b/docs/Samba-HOWTO-Collection/BDC.xml
index d1f61dc3cb..a43f5ad492 100644
--- a/docs/Samba-HOWTO-Collection/BDC.xml
+++ b/docs/Samba-HOWTO-Collection/BDC.xml
@@ -104,10 +104,8 @@ let's consider each possible option and look at the pros and cons for each possi
<entry><para>tdbsam</para></entry>
<entry><para>tdbsam + <command>net rpc vampire</command></para></entry>
<entry><para>
- Does not work with Samba-3.0.0; may be implemented in a later release. The downside of this solution
- is that an external process will control account database integrity. This solution may appeal to sites
- that wish to avoid the complexity of LDAP. The <command>net rpc vampire</command> is used to
- synchronize domain accounts from the PDC to the BDC.
+ Does not work with Samba-3.0; as Samba does not implement the
+ server-side protocols required.
</para></entry>
</row>
<row>
@@ -115,8 +113,9 @@ let's consider each possible option and look at the pros and cons for each possi
<entry><para>tdbsam + <command>rsync</command></para></entry>
<entry><para>
Do not use this configuration.
- Does not work because the TDB files are live and data may not have been flushed to disk.
- Use <command>rsync</command> to synchronize the TDB database files from the PDC to the BDC.
+ Does not work because the TDB files are live and data may not
+ have been flushed to disk. Furthermore, this will cause
+ domain trust breakdown.
</para></entry>
</row>
<row>
@@ -124,9 +123,9 @@ let's consider each possible option and look at the pros and cons for each possi
<entry><para>smbpasswd file</para></entry>
<entry><para>
Do not use this configuration.
- Not an elegant solution due to the delays in synchronization.
- Use <command>rsync</command> to synchronize the smbpasswd file from the PDC to the BDC.
- Can be made to work using a <command>cron</command> job to synchronize data from the PDC to the BDC.
+ Not an elegant solution due to the delays in synchronization
+ and also suffers
+ from the issue of domain trust breakdown.
</para></entry>
</row>
</tbody>
@@ -308,12 +307,19 @@ certificate is recreated with a correct hostname.
</para>
<para>
-Do not install a Samba PDC on a OpenLDAP slave server. Joining client machines to the domain
+For preference, do not install a Samba PDC on a OpenLDAP slave server. Joining client machines to the domain
will fail in this configuration because the change to the machine account in the LDAP tree
must take place on the master LDAP server. This is not replicated rapidly enough to the slave
-server that the PDC queries. It therfore gives an error message on the client machine about
+server that the PDC queries. It therefore gives an error message on the client machine about
not being able to set up account credentials. The machine account is created on the LDAP server
-but the password fields will be empty.
+but the password fields will be empty. Unfortunately, some sites are
+unable to avoid such configurations, and these sites should review the
+<smbconfoption><name>ldap replication
+sleep</name></smbconfoption> parameter, intended to slow down Samba sufficiently
+for the replication to catch up. This is a kludge, and one that the
+administrator must manually duplicate in any scripts (such as the
+<smbconfoption><name>add machine script</name></smbconfoption>) that
+they use.
</para>
<para>
diff --git a/docs/Samba-HOWTO-Collection/Passdb.xml b/docs/Samba-HOWTO-Collection/Passdb.xml
index f9d4f6637a..06f34b4847 100644
--- a/docs/Samba-HOWTO-Collection/Passdb.xml
+++ b/docs/Samba-HOWTO-Collection/Passdb.xml
@@ -51,8 +51,12 @@ as follows:
<varlistentry><term>Plain Text</term>
<listitem>
<para>
- This option uses nothing but the UNIX/Linux <filename>/etc/passwd</filename>
- style backend. On systems that have Pluggable Authentication Modules (PAM)
+ This isn't really a backend at all, but is
+ listed here for simplicity. Samba can be
+ configured to pass plaintext authentication
+ requests to the traditional UNIX/Linux
+ <filename>/etc/passwd</filename> and <filename>/etc/shadow</filename>
+ style subsystems. On systems that have Pluggable Authentication Modules (PAM)
support, all PAM modules are supported. The behavior is just as it was with
Samba-2.2.x, and the protocol limitations imposed by MS Windows clients
apply likewise. Please refer to <link linkend="passdbtech">Technical Information</link> for more information
@@ -1718,11 +1722,6 @@ access to attrs=SambaLMPassword,SambaNTPassword
for example, <smbconfoption><name>auth methods</name><value>guest sam</value></smbconfoption>.
</para>
- <para>
- This is the exact opposite of the requirement for the <smbconfoption><name>passdb backend</name></smbconfoption>
- option, where it must be the <emphasis>LAST</emphasis> parameter on the line.
- </para>
-
</sect2>
</sect1>