Difference between revisions of "TDB Locations"
From SambaWiki
Line 5: | Line 5: | ||
!TDB File || API || Location || Info |
!TDB File || API || Location || Info |
||
|- |
|- |
||
− | |account_policy.tdb || |
+ | |account_policy.tdb || dbwrap || state || |
|- |
|- |
||
− | |autorid.tdb || |
+ | |autorid.tdb || dbwrap || state || |
|- |
|- |
||
− | |brlock.tdb || |
+ | |brlock.tdb || dbwrap || lock || |
|- |
|- |
||
− | |connections.tdb || |
+ | |connections.tdb || dbwrap || lock || TDB_CLEAR_IF_FIRST |
|- |
|- |
||
|eventlog/*.tdb || tdb || state || |
|eventlog/*.tdb || tdb || state || |
||
|- |
|- |
||
− | |g_lock.tdb || |
+ | |g_lock.tdb || dbwrap || lock || TDB_CLEAR_IF_FIRST |
|- |
|- |
||
|gencache.tdb || tdb || lock || TDB_CLEAR_IF_FIRST* |
|gencache.tdb || tdb || lock || TDB_CLEAR_IF_FIRST* |
||
Line 21: | Line 21: | ||
|gencache_notrans.tdb || tdb || lock || TDB_CLEAR_IF_FIRST* |
|gencache_notrans.tdb || tdb || lock || TDB_CLEAR_IF_FIRST* |
||
|- |
|- |
||
− | |group_mapping.tdb || |
+ | |group_mapping.tdb || dbwrap || state || |
|- |
|- |
||
− | |idmap2.tdb || |
+ | |idmap2.tdb || dbwrap || private || |
|- |
|- |
||
− | |locking.tdb || |
+ | |locking.tdb || dbwrap || lock || TDB_CLEAR_IF_FIRST |
|- |
|- |
||
|login_cache.tdb || tdb || cache || |
|login_cache.tdb || tdb || cache || |
||
Line 35: | Line 35: | ||
|netsamlogon_cache.tdb|| tdb || cache || TDB_CLEAR_IF_FIRST* |
|netsamlogon_cache.tdb|| tdb || cache || TDB_CLEAR_IF_FIRST* |
||
|- |
|- |
||
− | |notify.tdb || |
+ | |notify.tdb || tdb_wrapn || lock || TDB_CLEAR_IF_FIRST |
|- |
|- |
||
− | |notify_onelevel.tdb || |
+ | |notify_onelevel.tdb || dbwrap || lock || TDB_CLEAR_IF_FIRST |
|- |
|- |
||
|ntdrivers.tdb || tdb || state || removed in 3.6 |
|ntdrivers.tdb || tdb || state || removed in 3.6 |
||
Line 45: | Line 45: | ||
|ntprinters.tdb || tdb || state || removed in 3.6 |
|ntprinters.tdb || tdb || state || removed in 3.6 |
||
|- |
|- |
||
− | |passdb.tdb || |
+ | |passdb.tdb || dbwrap || private || |
|- |
|- |
||
|perfmon/data.tdb || tdb || state || |
|perfmon/data.tdb || tdb || state || |
||
Line 51: | Line 51: | ||
|perfmon/names.tdb || tdb || state || |
|perfmon/names.tdb || tdb || state || |
||
|- |
|- |
||
− | |printer_list.tdb || |
+ | |printer_list.tdb || dbwrap || lock || TDB_CLEAR_IF_FIRST |
|- |
|- |
||
|printing/*.tdb || tdb || cache || |
|printing/*.tdb || tdb || cache || |
||
|- |
|- |
||
− | |registry.tdb || |
+ | |registry.tdb || dbwrap || state || |
|- |
|- |
||
|schannel_store.tdb || tdb_wrap || private || TDB_CLEAR_IF_FIRST |
|schannel_store.tdb || tdb_wrap || private || TDB_CLEAR_IF_FIRST |
||
|- |
|- |
||
− | |secrets.tdb || |
+ | |secrets.tdb || dbwrap || private || |
|- |
|- |
||
|serverid.tdb || tdb_wrap || lock || TDB_CLEAR_IF_FIRST |
|serverid.tdb || tdb_wrap || lock || TDB_CLEAR_IF_FIRST |
||
|- |
|- |
||
− | |sessionid.tdb || |
+ | |sessionid.tdb || dbwrap || lock || TDB_CLEAR_IF_FIRST |
|- |
|- |
||
− | |share_info.tdb || |
+ | |share_info.tdb || dbwrap || state || |
|- |
|- |
||
|winbindd_cache.tdb || tdb || cache || TDB_CLEAR_IF_FIRST* |
|winbindd_cache.tdb || tdb || cache || TDB_CLEAR_IF_FIRST* |
||
Line 73: | Line 73: | ||
|wins.tdb || tdb || state || TDB_CLEAR_IF_FIRST |
|wins.tdb || tdb || state || TDB_CLEAR_IF_FIRST |
||
|- |
|- |
||
− | |xattr.tdb || |
+ | |xattr.tdb || dbwrap || state || |
|- |
|- |
||
| || || || |
| || || || |
||
Line 81: | Line 81: | ||
|test.tdb || tdb_wrap || torture || Test TDB |
|test.tdb || tdb_wrap || torture || Test TDB |
||
|- |
|- |
||
− | |transtest.tdb || |
+ | |transtest.tdb || dbwrap || torture || Test TDB |
|} |
|} |
||
Revision as of 12:50, 3 February 2011
List of Samba3 TDB files and their locations.
TDB File | API | Location | Info |
---|---|---|---|
account_policy.tdb | dbwrap | state | |
autorid.tdb | dbwrap | state | |
brlock.tdb | dbwrap | lock | |
connections.tdb | dbwrap | lock | TDB_CLEAR_IF_FIRST |
eventlog/*.tdb | tdb | state | |
g_lock.tdb | dbwrap | lock | TDB_CLEAR_IF_FIRST |
gencache.tdb | tdb | lock | TDB_CLEAR_IF_FIRST* |
gencache_notrans.tdb | tdb | lock | TDB_CLEAR_IF_FIRST* |
group_mapping.tdb | dbwrap | state | |
idmap2.tdb | dbwrap | private | |
locking.tdb | dbwrap | lock | TDB_CLEAR_IF_FIRST |
login_cache.tdb | tdb | cache | |
messages.tdb | tdb_wrap | lock | TDB_CLEAR_IF_FIRST |
mutex.tdb | tdb_wrap | lock | |
netsamlogon_cache.tdb | tdb | cache | TDB_CLEAR_IF_FIRST* |
notify.tdb | tdb_wrapn | lock | TDB_CLEAR_IF_FIRST |
notify_onelevel.tdb | dbwrap | lock | TDB_CLEAR_IF_FIRST |
ntdrivers.tdb | tdb | state | removed in 3.6 |
ntforms.tdb | tdb | state | removed in 3.6 |
ntprinters.tdb | tdb | state | removed in 3.6 |
passdb.tdb | dbwrap | private | |
perfmon/data.tdb | tdb | state | |
perfmon/names.tdb | tdb | state | |
printer_list.tdb | dbwrap | lock | TDB_CLEAR_IF_FIRST |
printing/*.tdb | tdb | cache | |
registry.tdb | dbwrap | state | |
schannel_store.tdb | tdb_wrap | private | TDB_CLEAR_IF_FIRST |
secrets.tdb | dbwrap | private | |
serverid.tdb | tdb_wrap | lock | TDB_CLEAR_IF_FIRST |
sessionid.tdb | dbwrap | lock | TDB_CLEAR_IF_FIRST |
share_info.tdb | dbwrap | state | |
winbindd_cache.tdb | tdb | cache | TDB_CLEAR_IF_FIRST* |
winbindd_idmap.tdb | tdb | state | |
wins.tdb | tdb | state | TDB_CLEAR_IF_FIRST |
xattr.tdb | dbwrap | state | |
torture.tdb | tdb | torture | Test TDB |
test.tdb | tdb_wrap | torture | Test TDB |
transtest.tdb | dbwrap | torture | Test TDB |
TDB_CLEAR_IF_FIRST means that Samba clears the TDB on each first open (for example after a reboot). * will be only cleaned if file is corrupt