idmap TDB2 backend, used for clustered Samba setups.
authorAlexander Bokovoy <ab@samba.org>
Wed, 16 Jan 2008 09:27:29 +0000 (12:27 +0300)
committerAlexander Bokovoy <ab@samba.org>
Wed, 16 Jan 2008 09:27:29 +0000 (12:27 +0300)
commit3bd3483fab4b55c36c276ccaf607a5ed3f1c6f29
tree821f2b02e32b362551bebe01239a629777071ffc
parente633e4ddab68212b47f9ce44d8194007f245b5f1
idmap TDB2 backend, used for clustered Samba setups.

   This uses 2 tdb files. One is permanent, and is in shared storage
   on the cluster (using "tdb:idmap2.tdb =" in smb.conf). The other is a
   temporary cache tdb on local storage.

Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit b6df7e7709365fb620867ad8954bc5bf24496775)
source3/winbindd/idmap_tdb2.c [new file with mode: 0644]