r18867: change the group mapping code to use ldb instead of tdb
authorAndrew Tridgell <tridge@samba.org>
Sun, 24 Sep 2006 02:52:25 +0000 (02:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:14:39 +0000 (12:14 -0500)
commit8761f5dcc4db5c825a600fe25792ec47cb6cbdc7
treefc2fce664676dffbd48055a2f274440ef38693a0
parent3e2c696e45b24b0192ab7b1ddaf1dd4d79571609
r18867: change the group mapping code to use ldb instead of tdb

See the discussion of this on the samba-technical list
(This used to be commit 4ad1436ceae0128e187222fce0fc79adb3049d3f)
source3/Makefile.in
source3/aclocal.m4
source3/groupdb/mapping.c
source3/groupdb/mapping.h [new file with mode: 0644]
source3/groupdb/mapping_ldb.c [new file with mode: 0644]
source3/groupdb/mapping_tdb.c [new file with mode: 0644]
source3/script/tests/test_groupmap.sh [new file with mode: 0755]