summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2004-11-23 15:28:02 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:07 -0500
commit7e3b00f85af21192f8c6ea5f7dce375a8d3fcde1 (patch)
treea44040fde75794ecd30a836ce6a3214f29b8b821
parent1d1e76489e7e08ce11dad5797e899cb04d88e49a (diff)
downloadsamba-7e3b00f85af21192f8c6ea5f7dce375a8d3fcde1.tar.gz
samba-7e3b00f85af21192f8c6ea5f7dce375a8d3fcde1.tar.bz2
samba-7e3b00f85af21192f8c6ea5f7dce375a8d3fcde1.zip
Fixing documentation bug #1093.
(This used to be commit 3cf5e8558392d8d814575d79959e8ffed85832fe)
-rw-r--r--docs/Samba-HOWTO-Collection/InterdomainTrusts.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml
index 78e92db5a8..1667dd852e 100644
--- a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml
+++ b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml
@@ -24,6 +24,10 @@
<para>
<indexterm><primary>Interdomain Trusts</primary></indexterm>
+<indexterm><primary>LDAP</primary></indexterm>
+<indexterm><primary>trusts</primary></indexterm>
+<indexterm><primary>samba-to-samba trusts</primary></indexterm>
+<indexterm><primary>Active Directory</primary></indexterm>
Samba-3 supports NT4-style domain trust relationships. This is a feature that many sites
will want to use if they migrate to Samba-3 from an NT4-style domain and do not want to
adopt Active Directory or an LDAP-based authentication backend. This section explains
@@ -32,6 +36,23 @@ possible for Samba-3 to trust NT4 (and vice versa), as well as to create Samba-t
trusts.
</para>
+<para>
+<indexterm><primary>winbind</primary></indexterm>
+<indexterm><primary>UID range</primary></indexterm>
+<indexterm><primary>GID range</primary></indexterm>
+The use of interdomain trusts requires use of <command>winbind</command> &smbmdash; this means
+that the <command>winbindd</command> daemon must be running. Winbind operation in this mode
+is dependant on the specification of a valid UID range and a valid GID range in the &smb.conf; file.
+These are specified respectively using
+<smbconfoption><name>idmap uid</name><value>10000-20000</value></smbconfoption> and
+<smbconfoption><name>idmap gid</name><value>10000-20000</value></smbconfoption>.
+</para>
+
+<note><para>
+The use of winbind is necessary only when Samba is the trusting Domain, not when it is the
+trusted Domain.
+</para></note>
+
<sect1>
<title>Features and Benefits</title>