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)
commitb6df7e7709365fb620867ad8954bc5bf24496775
tree9f5ead3cda5c056c7e62d6964fe6d23c3204fbf3
parentd7752449f38747d59c93869656a5f7c02ebdf084
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>
source/winbindd/idmap_tdb2.c [new file with mode: 0644]