diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-12 22:34:38 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:19 -0500 |
commit | 9c72dd78f25be4a7ffa5af5a242670ec76930d6f (patch) | |
tree | 719cf9faacc847b400354a33bfdf5a2d2cee4ca7 /docs/Samba-HOWTO-Collection/InterdomainTrusts.xml | |
parent | 50834aa64b51b039724b34eb491013c4323946ff (diff) | |
download | samba-9c72dd78f25be4a7ffa5af5a242670ec76930d6f.tar.gz samba-9c72dd78f25be4a7ffa5af5a242670ec76930d6f.tar.bz2 samba-9c72dd78f25be4a7ffa5af5a242670ec76930d6f.zip |
Use new definition of <smbconfoption>, fixes a bunch of
validity errors.
(This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/InterdomainTrusts.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/InterdomainTrusts.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml index f255924b23..8082002909 100644 --- a/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml +++ b/docs/Samba-HOWTO-Collection/InterdomainTrusts.xml @@ -39,8 +39,8 @@ The use of interdomain trusts requires use of <command>winbind</command>. Thus t <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>. +<smbconfoption name="idmap uid">10000-20000</smbconfoption> and +<smbconfoption name="idmap gid">10000-20000</smbconfoption>. </para> <note><para> |