From f70a778d2e33c54b3d8b5c3bc3e054a6e997571a Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 30 Nov 2009 11:04:50 +0100 Subject: [PATCH] s3:docs: Document "cache directory" and "state directory". Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit 0003b5fad1dee687bc15dfad9f71b6dfc40556d7) (cherry picked from commit d677cea90f0b28d65ddba551acaed9157ea30c2e) --- docs-xml/smbdotconf/misc/cachedirectory.xml | 22 ++++++++++++++++++++++ docs-xml/smbdotconf/misc/statedirectory.xml | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 docs-xml/smbdotconf/misc/cachedirectory.xml create mode 100644 docs-xml/smbdotconf/misc/statedirectory.xml 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 + -- 2.11.4.GIT