From a4181d09122c8780be9c1bf76e5ed0738fb51bb6 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 3 Dec 2005 03:18:16 +0000 Subject: Further updates from one of Jerry's emails. (This used to be commit 3f5617b520d7a7e97eacb0167ee677c5a6d7001e) --- docs/Samba3-HOWTO/TOSHARG-Install.xml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'docs/Samba3-HOWTO') 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 @@ account_policy - User policy settings. + Samba/NT account policy settings, includes password expiration settings. group_mapping @@ -182,11 +182,11 @@ ntdrivers - Stores per-printer driver information. + Stores per-printer installed driver information. ntforms - Stores per-printer forms information. + Stores per-printer installed forms information. ntprinters @@ -203,8 +203,8 @@ registry - 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. @@ -222,7 +222,7 @@ winbindd_idmap - New ID map table from SIDS to UNIX UIDs/GIDs. + Winbindd's local IDMAP database. @@ -248,7 +248,12 @@ connections - A temporary cache for current connection information. + A temporary cache for current connection information used to enforce max connections. + no + + + eventlog/*tdb + Records of eventlog entries. In most circumstances this is just a cache of system logs. no @@ -258,7 +263,7 @@ login_cache - A temporary cache for login information. + A temporary cache for login information, in particular bad password attempts. no @@ -268,7 +273,12 @@ netsamlogon_cache - Packets received for which no process is listening. + Caches user net_info_3 structure data from net_samlogon requests (as a domain member). + no + + + perfmon/*.tdb + Performance counter information. no @@ -287,7 +297,7 @@ sessionid - Temporary cache for miscellaneous session information. + Temporary cache for miscellaneous session information and for utmp handling. no @@ -297,7 +307,8 @@ winbindd_cache - Cache of Identity information received from an NT4 domain or from ADS. + Cache of Identity information received from an NT4 domain or from ADS. Includes user + lists, etc. yes -- cgit