From ace98925bef8213d900ae0c7820df1045eba0ee6 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 1 Apr 2002 15:19:05 +0000 Subject: * merges from SAMBA_2_2 * addedd "private dir" to smb.conf.5.sgml * regenerated man pages, HOWTOs, etc... (This used to be commit 3b29006e35a991d20cda1c92d535ef016099d0d4) --- docs/docbook/manpages/smb.conf.5.sgml | 16 ++++++++++++++++ docs/docbook/projdoc/Samba-BDC-HOWTO.sgml | 4 ++-- docs/docbook/projdoc/printer_driver2.sgml | 6 ++++-- docs/docbook/projdoc/samba-doc.sgml | 9 ++++++++- 4 files changed, 30 insertions(+), 5 deletions(-) (limited to 'docs/docbook') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index a49ee7cd35..1567087d9e 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -702,6 +702,7 @@ printcap printcap name printer driver file + private dir protocol read bmpx read raw @@ -5116,6 +5117,7 @@ + Default: passdb backend = smbpasswd Example: passdb backend = tdbsam:/etc/samba/private/passdb.tdb @@ -5908,10 +5910,24 @@ [printers] section. + + + + + private dir (G) + This parameters defines the directory + smbd will use for storing such files as smbpasswd + and secrets.tdb. + + Default :private dir = ${prefix}/private + + + + protocol (G) Synonym for diff --git a/docs/docbook/projdoc/Samba-BDC-HOWTO.sgml b/docs/docbook/projdoc/Samba-BDC-HOWTO.sgml index 0dae399654..53a0959c39 100644 --- a/docs/docbook/projdoc/Samba-BDC-HOWTO.sgml +++ b/docs/docbook/projdoc/Samba-BDC-HOWTO.sgml @@ -13,7 +13,7 @@ -How to a Purely Samba Controlled Domain +How to Act as a Backup Domain Controller in a Purely Samba Controlled Domain @@ -230,4 +230,4 @@ password. - \ No newline at end of file + diff --git a/docs/docbook/projdoc/printer_driver2.sgml b/docs/docbook/projdoc/printer_driver2.sgml index 4377303ffb..84a24bcdef 100644 --- a/docs/docbook/projdoc/printer_driver2.sgml +++ b/docs/docbook/projdoc/printer_driver2.sgml @@ -230,8 +230,10 @@ that all file shares are set to 'read only' by default. Once you have created the required [print$] service and associated subdirectories, simply log onto the Samba server using a root (or printer admin) account -from a Windows NT 4.0 client. Navigate to the "Printers" folder -on the Samba server. You should see an initial listing of printers +from a Windows NT 4.0/2k client. Open "Network Neighbourhood" or +"My Network Places" and browse for the Samba host. Once you have located +the server, navigate to the "Printers..." folder. +You should see an initial listing of printers that matches the printer shares defined on your Samba host. diff --git a/docs/docbook/projdoc/samba-doc.sgml b/docs/docbook/projdoc/samba-doc.sgml index e2fc5a1eb1..28baa7f609 100644 --- a/docs/docbook/projdoc/samba-doc.sgml +++ b/docs/docbook/projdoc/samba-doc.sgml @@ -31,7 +31,7 @@ Abstract -Last Update : Tue Jul 31 15:58:03 CDT 2001 +Last Update : Mon Apr 1 08:47:26 CST 2002 @@ -43,6 +43,13 @@ on the "Documentation" page. Please send updates to jerry@samba.org. + +This documentation is distributed under the GNU General Public License (GPL) +version 2. A copy of the license is included with the Samba source +distribution. A copy can be found on-line at http://www.fsf.org/licenses/gpl.txt + + Cheers, jerry -- cgit