summaryrefslogtreecommitdiff
path: root/docs/yodldocs
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-12-06 18:16:29 +0000
committerGerald Carter <jerry@samba.org>2000-12-06 18:16:29 +0000
commit21acc6b3013cf540e696a92f9164b811fd8d9fd7 (patch)
treecb4fcb978fcbe4ef6d8182774c93994953582e87 /docs/yodldocs
parentdcad05dd3b681b1dd9431d68b97a7fe951be1982 (diff)
downloadsamba-21acc6b3013cf540e696a92f9164b811fd8d9fd7.tar.gz
samba-21acc6b3013cf540e696a92f9164b811fd8d9fd7.tar.bz2
samba-21acc6b3013cf540e696a92f9164b811fd8d9fd7.zip
added documentation for 'private dir' parameter
(This used to be commit aa9c9fec9dd5a7b4f0ae23a6a8815e4b53a4fa98)
Diffstat (limited to 'docs/yodldocs')
-rw-r--r--docs/yodldocs/smb.conf.5.yo20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo
index 71d527e83f..2a77d28164 100644
--- a/docs/yodldocs/smb.conf.5.yo
+++ b/docs/yodldocs/smb.conf.5.yo
@@ -669,6 +669,8 @@ it() link(bf(printcap name))(printcapname)
it() link(bf(printer driver file))(printerdriverfile)
+it() link(bf(private dir))(privatedir)
+
it() link(bf(protocol))(protocol)
it() link(bf(read bmpx))(readbmpx)
@@ -4839,7 +4841,7 @@ this is not set, the default is :
tt(SAMBA_INSTALL_DIRECTORY/lib/printers.def)
-This file is created from Windows 95 tt("msprint.def") files found on
+This file is created from Windows 95 tt("msprint.inf") files found on
the Windows 95 client system. For more details on setting up serving
of printer drivers to Windows 95 clients, see the documentation file
in the docs/ directory, PRINTER_DRIVER.txt.
@@ -4904,6 +4906,22 @@ This option can be set on a per printer basis
See also the discussion in the link(bf([printers]))(printers) section.
+label(privatedir)
+dit(bf(private dir(G)))
+
+The bf(private dir) parameter allows an administator to define a
+directory path used to hold the various databases Samba will use
+to store things like a the machine trust account information
+when acting as a domain member (i.e. where the secrets.tdb file will
+be located), where the passdb.tbd file will stored in the case
+of using the experiemental tdbsam support, etc...
+
+ bf(Default:)
+tt( private dir = <compile time location of smbpasswd>)
+
+ bf(Example:)
+tt( private dir = /etc/smbprivate)
+
label(protocol)
dit(bf(protocol (G)))