svn commit: samba-docs r286 - in trunk/Samba-HOWTO-Collection: .

jht at samba.org jht at samba.org
Tue Nov 23 15:28:04 GMT 2004


Author: jht
Date: 2004-11-23 15:28:02 +0000 (Tue, 23 Nov 2004)
New Revision: 286

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=286

Log:
Fixing documentation bug #1093.
Modified:
   trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml	2004-11-23 15:12:12 UTC (rev 285)
+++ trunk/Samba-HOWTO-Collection/InterdomainTrusts.xml	2004-11-23 15:28:02 UTC (rev 286)
@@ -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 @@
 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>
 



More information about the samba-cvs mailing list