From 0f870fe7c92b77d2d8d330d9bbb87a5ea4d4421a Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 31 May 2003 16:48:31 +0000 Subject: A few fixes, a little tweaking, and it's getting into shape. Back to work now ... (This used to be commit be8b388a5a6995dca9463a9fd8588918fad4af11) --- docs/docbook/projdoc/Backup.xml | 17 +++++++++++++++++ docs/docbook/projdoc/DNS-DHCP-Configuration.xml | 17 +++++++++++++++++ docs/docbook/projdoc/FastStart.xml | 17 +++++++++++++++++ docs/docbook/projdoc/HighAvailability.xml | 17 +++++++++++++++++ docs/docbook/projdoc/PolicyMgmt.xml | 6 +++--- docs/docbook/projdoc/Speed.xml | 3 ++- docs/docbook/projdoc/WindowsClientConfig.xml | 17 +++++++++++++++++ docs/docbook/projdoc/samba-doc.xml | 14 ++++++++++++-- 8 files changed, 102 insertions(+), 6 deletions(-) create mode 100644 docs/docbook/projdoc/Backup.xml create mode 100644 docs/docbook/projdoc/DNS-DHCP-Configuration.xml create mode 100644 docs/docbook/projdoc/FastStart.xml create mode 100644 docs/docbook/projdoc/HighAvailability.xml create mode 100644 docs/docbook/projdoc/WindowsClientConfig.xml (limited to 'docs/docbook/projdoc') diff --git a/docs/docbook/projdoc/Backup.xml b/docs/docbook/projdoc/Backup.xml new file mode 100644 index 0000000000..53e90e8ec0 --- /dev/null +++ b/docs/docbook/projdoc/Backup.xml @@ -0,0 +1,17 @@ + + + &author.jht; + + +Samba Backup Techniques + + +Note + + +This chapter did not make it into this release. +It is planned for the published release of this document. + + + + diff --git a/docs/docbook/projdoc/DNS-DHCP-Configuration.xml b/docs/docbook/projdoc/DNS-DHCP-Configuration.xml new file mode 100644 index 0000000000..21bda63276 --- /dev/null +++ b/docs/docbook/projdoc/DNS-DHCP-Configuration.xml @@ -0,0 +1,17 @@ + + + &author.jht; + + +DNS and DHCP Configuration Guide + + +Note + + +This chapter did not make it into this release. +It is planned for the published release of this document. + + + + diff --git a/docs/docbook/projdoc/FastStart.xml b/docs/docbook/projdoc/FastStart.xml new file mode 100644 index 0000000000..a51f878e5c --- /dev/null +++ b/docs/docbook/projdoc/FastStart.xml @@ -0,0 +1,17 @@ + + + &author.jht; + + +FastStart for the Impatient + + +Note + + +This chapter did not make it into this release. +It is planned for the published release of this document. + + + + diff --git a/docs/docbook/projdoc/HighAvailability.xml b/docs/docbook/projdoc/HighAvailability.xml new file mode 100644 index 0000000000..3cd7fac807 --- /dev/null +++ b/docs/docbook/projdoc/HighAvailability.xml @@ -0,0 +1,17 @@ + + + &author.jht; + + +High Availability Options + + +Note + + +This chapter did not make it into this release. +It is planned for the published release of this document. + + + + diff --git a/docs/docbook/projdoc/PolicyMgmt.xml b/docs/docbook/projdoc/PolicyMgmt.xml index be829af167..062109bc31 100644 --- a/docs/docbook/projdoc/PolicyMgmt.xml +++ b/docs/docbook/projdoc/PolicyMgmt.xml @@ -110,9 +110,9 @@ here is incomplete - you are warned. Use the Group Policy Editor to create a policy file that specifies the location of - user profiles and/or the My Documents etc. stuff. Then - save these settings in a file called Config.POL that needs to - be placed in the root of the [NETLOGON] share. If Win98 is configured to log onto + user profiles and/or the My Documents etc. Then save these + settings in a file called Config.POL that needs to be placed in the + root of the [NETLOGON] share. If Win98 is configured to log onto the Samba Domain, it will automatically read this file and update the Win9x/Me registry of the machine as it logs on. diff --git a/docs/docbook/projdoc/Speed.xml b/docs/docbook/projdoc/Speed.xml index e2a522a1ac..6fa361d50c 100644 --- a/docs/docbook/projdoc/Speed.xml +++ b/docs/docbook/projdoc/Speed.xml @@ -9,9 +9,10 @@ &author.jelmer; + &author.jht; -Samba performance issues +Samba Performance Tuning Comparisons diff --git a/docs/docbook/projdoc/WindowsClientConfig.xml b/docs/docbook/projdoc/WindowsClientConfig.xml new file mode 100644 index 0000000000..ea1d4d5aa3 --- /dev/null +++ b/docs/docbook/projdoc/WindowsClientConfig.xml @@ -0,0 +1,17 @@ + + + &author.jht; + + +MS Windows Network Configuration Guide + + +Note + + +This chapter did not make it into this release. +It is planned for the published release of this document. + + + + diff --git a/docs/docbook/projdoc/samba-doc.xml b/docs/docbook/projdoc/samba-doc.xml index a4394d263f..01cc5e0a65 100644 --- a/docs/docbook/projdoc/samba-doc.xml +++ b/docs/docbook/projdoc/samba-doc.xml @@ -67,6 +67,7 @@ PLEASE read this. &IntroSMB; &UNIX-INSTALL; +&FastStart; @@ -84,6 +85,7 @@ section carefully. &Samba-BDC-HOWTO; &DOMAIN-MEMBER; &StandAloneServer; +&ClientConfig; @@ -112,6 +114,15 @@ Samba has several features that you might want or might not want to use. The cha &Samba-PAM; &IntegratingWithWindows; &unicode; +&Backup; +&HighAvailability; + + + +Migration and Updating +&upgrading; +&NT4Migration; +&SWAT; @@ -124,11 +135,10 @@ Samba has several features that you might want or might not want to use. The cha Appendixes &Compiling; -&NT4Migration; &Portability; &Other-Clients; -&SWAT; &SPEED; +&DNS-DHCP-Configuration; &Further-Resources; -- cgit