diff options
author | Gerald Carter <jerry@samba.org> | 2001-10-10 17:19:10 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-10-10 17:19:10 +0000 |
commit | 55abd936a838a4410899db76cb5530b0c4694dc9 (patch) | |
tree | 7096b43be65a4ec4cab7217ecd4e5ab603d9ac71 /docs/docbook/projdoc/samba-doc.sgml | |
parent | 1347bd6057f664fcd827e91b639cc55280d8fa77 (diff) | |
download | samba-55abd936a838a4410899db76cb5530b0c4694dc9.tar.gz samba-55abd936a838a4410899db76cb5530b0c4694dc9.tar.bz2 samba-55abd936a838a4410899db76cb5530b0c4694dc9.zip |
mega-merge from 2.2
(This used to be commit c76bf8ed3275e217d1b691879153fe9137bcbe38)
Diffstat (limited to 'docs/docbook/projdoc/samba-doc.sgml')
-rw-r--r-- | docs/docbook/projdoc/samba-doc.sgml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/samba-doc.sgml b/docs/docbook/projdoc/samba-doc.sgml index 7f3f09f1f3..f1211c0ac6 100644 --- a/docs/docbook/projdoc/samba-doc.sgml +++ b/docs/docbook/projdoc/samba-doc.sgml @@ -10,6 +10,8 @@ <!ENTITY Samba-PDC-HOWTO SYSTEM "Samba-PDC-HOWTO.sgml"> <!ENTITY CVS-Access SYSTEM "CVS-Access.sgml"> <!ENTITY IntegratingWithWindows SYSTEM "Integrating-with-Windows.sgml"> +<!ENTITY Samba-PAM SYSTEM "PAM-Authentication-And-Samba.sgml"> +<!ENTITY INDEX-FILE SYSTEM "index.sgml"> ]> <book id="Samba-Project-Documentation"> @@ -21,13 +23,16 @@ <surname>SAMBA Team</surname> </author> <address><email>samba@samba.org</email></address> - <pubdate>$rcsId</pubdate> </bookinfo> <dedication> <title>Abstract</title> <para> +<emphasis>Last Update</emphasis> : Tue Jul 31 15:58:03 CDT 2001 +</para> + +<para> This book is a collection of HOWTOs added to Samba documentation over the years. I try to ensure that all are current, but sometimes the is a larger job than one person can maintain. The most recent version of this document @@ -42,16 +47,20 @@ Cheers, jerry </dedication> +<!-- Chapters --> &UNIX-INSTALL; &IntegratingWithWindows; -&ENCRYPTION; +&Samba-PAM; &MS-Dfs-Setup; +&NT-Security; &PRINTER-DRIVER2; &DOMAIN-MEMBER; &Samba-PDC-HOWTO; &WINBIND; -&NT-Security; &OS2-Client; &CVS-Access; +<!-- Autogenerated Index --> +&INDEX-FILE; + </book> |