diff options
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> |