diff options
author | John Terpstra <jht@samba.org> | 2004-11-24 12:02:43 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:08 -0500 |
commit | 1cca7db69ca698c5eb927f06e137c92cb51d0e91 (patch) | |
tree | fc80923b2fd3401629d2b3a012b14a524c66c801 /docs | |
parent | 3bddcb7a426321f7271f29f0abc6f21ea1125959 (diff) | |
download | samba-1cca7db69ca698c5eb927f06e137c92cb51d0e91.tar.gz samba-1cca7db69ca698c5eb927f06e137c92cb51d0e91.tar.bz2 samba-1cca7db69ca698c5eb927f06e137c92cb51d0e91.zip |
Another attempt to clarify.
(This used to be commit ff0a0e3db32d217386d26267b629e790783faffc)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-HOWTO-Collection/InterdomainTrusts.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml index 1667dd852e..c3bfa992bb 100644 --- a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml +++ b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml @@ -40,9 +40,9 @@ trusts. <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. +The use of interdomain trusts requires use of <command>winbind</command>. Thus 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>. |