From: Karolin Seeger Date: Mon, 30 Nov 2009 10:04:50 +0000 (+0100) Subject: s3:docs: Document "cache directory" and "state directory". X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=0003b5fad1dee687bc15dfad9f71b6dfc40556d7;p=abartlet%2Fsamba.git%2F.git s3:docs: Document "cache directory" and "state directory". Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin --- diff --git a/docs-xml/smbdotconf/misc/cachedirectory.xml b/docs-xml/smbdotconf/misc/cachedirectory.xml new file mode 100644 index 00000000000..5216998ae42 --- /dev/null +++ b/docs-xml/smbdotconf/misc/cachedirectory.xml @@ -0,0 +1,22 @@ + + + Usually, most of the TDB files are stored in the lock directory. Since Samba 3.4.0, it is + possible to differentiate between TDB files with persistent data and + TDB files with non-persistent data using the + state directory and the + cache directory options. + + + This option specifies the directory where TDB files containing + non-persistent data will be stored. + + + +${prefix}/var/locks +/var/run/samba/locks/cache + diff --git a/docs-xml/smbdotconf/misc/statedirectory.xml b/docs-xml/smbdotconf/misc/statedirectory.xml new file mode 100644 index 00000000000..f8cfcdfb1a1 --- /dev/null +++ b/docs-xml/smbdotconf/misc/statedirectory.xml @@ -0,0 +1,22 @@ + + + Usually, most of the TDB files are stored in the + lock directory. Since + Samba 3.4.0, it is possible to differentiate between TDB files + with persistent data and TDB files with non-persistent data using + the state directory and the + cache directory options. + + + This option specifies the directory where TDB files containing + persistent data will be stored. + + + +${prefix}/var/locks +/var/run/samba/locks/state +