1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Use xi:include instead of entities

(This used to be commit af2cabcc3c)
This commit is contained in:
Jelmer Vernooij
2004-06-05 22:01:16 +00:00
committed by Gerald W. Carter
parent 40417b3b37
commit 607bd7001d
43 changed files with 336 additions and 93 deletions

View File

@ -147,7 +147,7 @@ Samba-Developers-Guide.xml: $(DEVDOCDIR)/index.xml $(DEVDOCDIR_DEPS)
$(XSLTPROC) --stringparam noreference 1 --xinclude --output $@ xslt/expand-sambadoc.xsl $<
$(HOWTODIR)/attributions.xml: $(HOWTODIR)/index.xml
@echo > $@ # Make sure we don't get recursive dependencies, etc!
@echo "<empty/>" > $@ # Make sure we don't get recursive dependencies, etc!
$(XSLTPROC) --output $@ xslt/generate-attributions.xsl $<
$(DEVDOCDIR)/attributions.xml: $(DEVDOCDIR)/index.xml

View File

@ -502,53 +502,6 @@ an Active Directory environment.
<!ENTITY MAN-WBINFO SYSTEM "../manpages/wbinfo.1.xml">
<!ENTITY MAN-WINBINDD SYSTEM "../manpages/winbindd.8.xml">
<!ENTITY AccessControls SYSTEM "../howto/AccessControls.xml">
<!ENTITY AdvancedNetworkAdmin SYSTEM "../howto/AdvancedNetworkAdmin.xml">
<!ENTITY BUGS SYSTEM "../howto/Bugs.xml">
<!ENTITY Backup SYSTEM "../howto/Backup.xml">
<!ENTITY CUPS SYSTEM "../howto/CUPS-printing.xml">
<!ENTITY Compiling SYSTEM "../howto/Compiling.xml">
<!ENTITY DNS-DHCP-Configuration SYSTEM "../howto/DNS-DHCP-Configuration.xml">
<!ENTITY DOMAIN-MEMBER SYSTEM "../howto/DomainMember.xml">
<!ENTITY Diagnosis SYSTEM "../howto/Diagnosis.xml">
<!ENTITY FastStart SYSTEM "../howto/FastStart.xml">
<!ENTITY Further-Resources SYSTEM "../howto/Further-Resources.xml">
<!ENTITY GROUP-MAPPING-HOWTO SYSTEM "../howto/Group-Mapping.xml">
<!ENTITY HighAvailability SYSTEM "../howto/HighAvailability.xml">
<!ENTITY IntegratingWithWindows SYSTEM "../howto/Integrating-with-Windows.xml">
<!ENTITY IntroSMB SYSTEM "../howto/IntroSMB.xml">
<!ENTITY MS-Dfs-Setup SYSTEM "../howto/msdfs.xml">
<!ENTITY NT4Migration SYSTEM "../howto/NT4Migration.xml">
<!ENTITY NetworkBrowsing SYSTEM "../howto/NetworkBrowsing.xml">
<!ENTITY Other-Clients SYSTEM "../howto/Other-Clients.xml">
<!ENTITY PRINTER-DRIVER2 SYSTEM "../howto/Printing.xml">
<!ENTITY Passdb SYSTEM "../howto/Passdb.xml">
<!ENTITY PolicyMgmt SYSTEM "../howto/PolicyMgmt.xml">
<!ENTITY Portability SYSTEM "../howto/Portability.xml">
<!ENTITY ProfileMgmt SYSTEM "../howto/ProfileMgmt.xml">
<!ENTITY SPEED SYSTEM "../howto/Speed.xml">
<!ENTITY SWAT SYSTEM "../howto/SWAT.xml">
<!ENTITY Samba-BDC-HOWTO SYSTEM "../howto/BDC.xml">
<!ENTITY Samba-PAM SYSTEM "../howto/PAM.xml">
<!ENTITY Samba-PDC-HOWTO SYSTEM "../howto/PDC.xml">
<!ENTITY SecuringSamba SYSTEM "../howto/Securing.xml">
<!ENTITY ServerType SYSTEM "../howto/ServerType.xml">
<!ENTITY StandAloneServer SYSTEM "../howto/StandAloneServer.xml">
<!ENTITY Trusts SYSTEM "../howto/InterdomainTrusts.xml">
<!ENTITY UNIX-INSTALL SYSTEM "../howto/Install.xml">
<!ENTITY upgrading SYSTEM "../howto/upgrading-to-3.0.xml">
<!ENTITY VFS SYSTEM "../howto/VFS.xml">
<!ENTITY WINBIND SYSTEM "../howto/Winbind.xml">
<!ENTITY ClientConfig SYSTEM "../howto/WindowsClientConfig.xml">
<!ENTITY locking SYSTEM "../howto/locking.xml">
<!ENTITY problems SYSTEM "../howto/Problems.xml">
<!ENTITY unicode SYSTEM "../howto/Unicode.xml">
<!ENTITY attributions SYSTEM "../howto/attributions.xml">
<!ENTITY attributions-dev SYSTEM "../devel/attributions.xml">
<!ENTITY glossary SYSTEM "../howto/glossary.xml">
<!ENTITY foreword-tridge SYSTEM "../howto/foreword-tridge.xml">
<!ENTITY not.implemented "<note><para>Currently NOT implemented.</para></note>">
<!ENTITY rootprompt "<prompt>root# </prompt>">
<!ENTITY prompt "<prompt>$ </prompt>">

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="AccessControls">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="AdvancedNetworkManagement">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="samba-bdc">
<chapterinfo>

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="Backup">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="bugreport">
<chapterinfo>

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="CUPS-printing">
<chapterinfo>

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="compiling">
<chapterinfo>
&author.jelmer;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="DNSDHCP">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="diagnosis">
<chapterinfo>
&author.tridge;

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="domain-member">
<chapterinfo>

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="FastStart">
<chapterinfo>
&author.jht;

View File

@ -1,4 +1,13 @@
<?xml version="1.0" encoding="iso8859-1"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="groupmapping">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="SambaHA">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="install">
<chapterinfo>
&author.tridge;

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="InterdomainTrusts">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<preface id="IntroSMB">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="NT4Migration">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="NetworkBrowsing">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="Other-Clients">
<chapterinfo>
&author.jelmer;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="pam">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="samba-pdc">
<chapterinfo>

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="passdb">
<chapterinfo>
&author.jelmer;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="PolicyMgmt">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="Portability">
<chapterinfo>
&author.jelmer;

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="printing">
<chapterinfo>

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="problems">
<chapterinfo>

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="ProfileMgmt">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="SWAT">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="securing-samba">
<chapterinfo>

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="ServerType">
<chapterinfo>
&author.tridge;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="speed">
<chapterinfo>

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="StandAloneServer">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="unicode">
<chapterinfo>
&author.jelmer;

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="VFS">
<chapterinfo>
&author.jelmer;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="winbind">
<chapterinfo>

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="ClientConfig">
<chapterinfo>
&author.jht;

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<glossary>
<title>Glossary</title>

View File

@ -4,7 +4,8 @@
<!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
]>
<book id="Samba-HOWTO-Collection">
<book id="Samba-HOWTO-Collection"
xmlns:xi="http://www.w3.org/2003/XInclude">
<title>The Official Samba-3 HOWTO and Reference Guide</title>
<bookinfo>
@ -22,7 +23,7 @@
<preface>
<title>Attribution</title>
<para>
&attributions;
<xi:include href="attributions.xml"/>
</para>
</preface>
@ -85,7 +86,7 @@ submission.
<?latex \cleardoublepage ?>
&foreword-tridge;
<xi:include href="foreword-tridge.xml"/>
<?latex \cleardoublepage ?>
<!-- Contents -->
@ -94,7 +95,7 @@ submission.
<lot/>
&IntroSMB;
<xi:include href="IntroSMB.xml"/>
<!-- Chapters -->
<part id="introduction">
@ -106,8 +107,8 @@ submission.
and how to configure the parts of Samba you will most likely need.
PLEASE read this.</para>
</partintro>
&UNIX-INSTALL;
&FastStart;
<xi:include href="Install.xml"/>
<xi:include href="FastStart.xml"/>
</part>
<part id="type">
@ -120,12 +121,12 @@ configuring Samba to function as the type of server your network requires. Pleas
section carefully.
</para>
</partintro>
&ServerType;
&Samba-PDC-HOWTO;
&Samba-BDC-HOWTO;
&DOMAIN-MEMBER;
&StandAloneServer;
&ClientConfig;
<xi:include href="ServerType.xml"/>
<xi:include href="PDC.xml"/>
<xi:include href="BDC.xml"/>
<xi:include href="DomainMember.xml"/>
<xi:include href="StandAloneServer.xml"/>
<xi:include href="WindowsClientConfig.xml"/>
</part>
<part id="optional">
@ -136,56 +137,56 @@ section carefully.
Samba has several features that you might want or might not want to use. The chapters in this part each cover specific Samba features.
</para>
</partintro>
&NetworkBrowsing;
&Passdb;
&GROUP-MAPPING-HOWTO;
&AccessControls;
&locking;
&SecuringSamba;
&Trusts;
&MS-Dfs-Setup;
&PRINTER-DRIVER2;
&CUPS;
&VFS;
&WINBIND;
&AdvancedNetworkAdmin;
&PolicyMgmt;
&ProfileMgmt;
&Samba-PAM;
&IntegratingWithWindows;
&unicode;
&Backup;
&HighAvailability;
<xi:include href="NetworkBrowsing.xml"/>
<xi:include href="Passdb.xml"/>
<xi:include href="Group-Mapping.xml"/>
<xi:include href="AccessControls.xml"/>
<xi:include href="locking.xml"/>
<xi:include href="Securing.xml"/>
<xi:include href="InterdomainTrusts.xml"/>
<xi:include href="msdfs.xml"/>
<xi:include href="Printing.xml"/>
<xi:include href="CUPS-printing.xml"/>
<xi:include href="VFS.xml"/>
<xi:include href="Winbind.xml"/>
<xi:include href="AdvancedNetworkAdmin.xml"/>
<xi:include href="PolicyMgmt.xml"/>
<xi:include href="ProfileMgmt.xml"/>
<xi:include href="PAM.xml"/>
<xi:include href="Integrating-With_windows.xml"/>
<xi:include href="Unicode.xml"/>
<xi:include href="Backup.xml"/>
<xi:include href="HighAvailability.xml"/>
</part>
<part id="migration">
<title>Migration and Updating</title>
&upgrading;
&NT4Migration;
&SWAT;
<xi:include href="upgrading-to-3.0.xml"/>
<xi:include href="NT4Migration.xml"/>
<xi:include href="SWAT.xml"/>
</part>
<part id="troubleshooting">
<title>Troubleshooting</title>
&Diagnosis;
&problems;
&BUGS;
<xi:include href="Diagnosis.xml"/>
<xi:include href="Problems.xml"/>
<xi:include href="Bugs.xml"/>
</part>
<part id="Appendix">
<title>Appendixes</title>
&Compiling;
&Portability;
&Other-Clients;
&SPEED;
&DNS-DHCP-Configuration;
<xi:include href="Compiling.xml"/>
<xi:include href="Portability.xml"/>
<xi:include href="Other-Clients.xml"/>
<xi:include href="Speed.xml"/>
<xi:include href="DNS-DHCP-Configuration.xml"/>
</part>
<?latex \include{gpl}?>
&glossary;
<xi:include href="glossary.xml"/>
<?latex \chaptermark{Subject index} ?>
<index/>

View File

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="locking">
<chapterinfo>
&author.jeremy;

View File

@ -1,3 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="msdfs">
<chapterinfo>

View File

@ -1,3 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
<chapter id="upgrading-to-3.0">
<chapterinfo>
&author.jelmer;