From 7e3b00f85af21192f8c6ea5f7dce375a8d3fcde1 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 23 Nov 2004 15:28:02 +0000 Subject: Fixing documentation bug #1093. (This used to be commit 3cf5e8558392d8d814575d79959e8ffed85832fe) --- docs/Samba-HOWTO-Collection/InterdomainTrusts.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs/Samba-HOWTO-Collection') 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 @@ Interdomain Trusts +LDAP +trusts +samba-to-samba trusts +Active Directory 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. + +winbind +UID range +GID range +The use of interdomain trusts requires use of winbind &smbmdash; this means +that the winbindd 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 +idmap uid10000-20000 and +idmap gid10000-20000. + + + +The use of winbind is necessary only when Samba is the trusting Domain, not when it is the +trusted Domain. + + Features and Benefits -- cgit