diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:36:55 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:36:55 +0000 |
commit | 7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf (patch) | |
tree | 250f6fb38d9f915f07e93e99a3d5637ad16541ca /docs/docbook/projdoc/Samba-PDC-HOWTO.xml | |
parent | 3942962df350083f6f16f2ca94382a722bb089ff (diff) | |
download | samba-7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf.tar.gz samba-7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf.tar.bz2 samba-7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf.zip |
Better compatibility with official syntax
(This used to be commit 12eea1a70b0c8331aabc09e5ae464d7863de6240)
Diffstat (limited to 'docs/docbook/projdoc/Samba-PDC-HOWTO.xml')
-rw-r--r-- | docs/docbook/projdoc/Samba-PDC-HOWTO.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml index b19609a093..62aec85f16 100644 --- a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml +++ b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml @@ -224,7 +224,7 @@ LDAP based user and machine account back end. <para> New to Samba-3 is the ability to use a back-end database that holds the same type of data as the NT4 style SAM (Security Account Manager) database (one of the registry files). -<footnote>See also <link linkend="passdb"/>.</footnote> +<footnote><para>See also <link linkend="passdb"/>.</para></footnote> </para> <para> @@ -388,7 +388,7 @@ A Domain Controller is an SMB/CIFS server that: For Samba to provide these is rather easy to configure. Each Samba Domain Controller must provide the NETLOGON service which Samba calls the <smbconfoption><name>domain logons</name></smbconfoption> functionality (after the name of the parameter in the &smb.conf; file). Additionally, one (1) server in a Samba-3 -Domain must advertise itself as the domain master browser<footnote>See also <link linkend="NetworkBrowsing"/></footnote>. This causes the Primary Domain Controller +Domain must advertise itself as the domain master browser<footnote><para>See also <link linkend="NetworkBrowsing"/></para></footnote>. This causes the Primary Domain Controller to claim domain specific NetBIOS name that identifies it as a domain master browser for its given domain/workgroup. Local master browsers in the same domain/workgroup on broadcast-isolated subnets then ask for a complete copy of the browse list for the whole wide area network. Browser clients |