diff options
author | John Terpstra <jht@samba.org> | 2005-12-03 03:18:16 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:13 -0500 |
commit | a4181d09122c8780be9c1bf76e5ed0738fb51bb6 (patch) | |
tree | 616db47dfe9c90b77d6d2103f8dfabc4469a95e2 /docs | |
parent | f58ac61fb10a96f2a3241e6b87b1e51b58687630 (diff) | |
download | samba-a4181d09122c8780be9c1bf76e5ed0738fb51bb6.tar.gz samba-a4181d09122c8780be9c1bf76e5ed0738fb51bb6.tar.bz2 samba-a4181d09122c8780be9c1bf76e5ed0738fb51bb6.zip |
Further updates from one of Jerry's emails.
(This used to be commit 3f5617b520d7a7e97eacb0167ee677c5a6d7001e)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-Install.xml | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-Install.xml b/docs/Samba3-HOWTO/TOSHARG-Install.xml index 769e0b10cf..cf9d0c5172 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Install.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Install.xml @@ -174,7 +174,7 @@ <tbody> <row> <entry>account_policy</entry> - <entry><para>User policy settings.</para></entry> + <entry><para>Samba/NT account policy settings, includes password expiration settings.</para></entry> </row> <row> <entry>group_mapping</entry> @@ -182,11 +182,11 @@ </row> <row> <entry>ntdrivers</entry> - <entry><para>Stores per-printer driver information.</para></entry> + <entry><para>Stores per-printer installed driver information.</para></entry> </row> <row> <entry>ntforms</entry> - <entry><para>Stores per-printer forms information.</para></entry> + <entry><para>Stores per-printer installed forms information.</para></entry> </row> <row> <entry>ntprinters</entry> @@ -203,8 +203,8 @@ <row> <entry>registry</entry> <entry><para> - Read-only Samba registry skeleton that provides support for exporting various database tables - via the winreg RPCs. + Read-only Samba database of a Windows registry skeleton that provides support for exporting + various database tables via the winreg RPCs. </para></entry> </row> <row> @@ -222,7 +222,7 @@ </row> <row> <entry>winbindd_idmap</entry> - <entry><para>New ID map table from SIDS to UNIX UIDs/GIDs.</para></entry> + <entry><para>Winbindd's local IDMAP database.</para></entry> </row> </tbody> </tgroup> @@ -248,7 +248,12 @@ </row> <row> <entry>connections</entry> - <entry><para>A temporary cache for current connection information.</para></entry> + <entry><para>A temporary cache for current connection information used to enforce max connections.</para></entry> + <entry>no</entry> + </row> + <row> + <entry>eventlog/*tdb</entry> + <entry><para>Records of eventlog entries. In most circumstances this is just a cache of system logs.</para></entry> <entry>no</entry> </row> <row> @@ -258,7 +263,7 @@ </row> <row> <entry>login_cache</entry> - <entry><para>A temporary cache for login information.</para></entry> + <entry><para>A temporary cache for login information, in particular bad password attempts.</para></entry> <entry>no</entry> </row> <row> @@ -268,7 +273,12 @@ </row> <row> <entry>netsamlogon_cache</entry> - <entry><para>Packets received for which no process is listening.</para></entry> + <entry><para>Caches user net_info_3 structure data from net_samlogon requests (as a domain member).</para></entry> + <entry>no</entry> + </row> + <row> + <entry>perfmon/*.tdb</entry> + <entry><para>Performance counter information.</para></entry> <entry>no</entry> </row> <row> @@ -287,7 +297,7 @@ </row> <row> <entry>sessionid</entry> - <entry><para>Temporary cache for miscellaneous session information.</para></entry> + <entry><para>Temporary cache for miscellaneous session information and for utmp handling.</para></entry> <entry>no</entry> </row> <row> @@ -297,7 +307,8 @@ </row> <row> <entry>winbindd_cache</entry> - <entry><para>Cache of Identity information received from an NT4 domain or from ADS.</para></entry> + <entry><para>Cache of Identity information received from an NT4 domain or from ADS. Includes user + lists, etc.</para></entry> <entry>yes</entry> </row> </tbody> |