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)
commit4ad1436ceae0128e187222fce0fc79adb3049d3f
tree7bfed4dd1c7b7d6fd167d88f458cc78255b27d07
parentbbedf2e34315f5c420a3a05dfe22b1d5cf79f042
r18867: change the group mapping code to use ldb instead of tdb

See the discussion of this on the samba-technical list
source/Makefile.in
source/aclocal.m4
source/groupdb/mapping.c
source/groupdb/mapping.h [new file with mode: 0644]
source/groupdb/mapping_ldb.c [new file with mode: 0644]
source/groupdb/mapping_tdb.c [new file with mode: 0644]
source/script/tests/test_groupmap.sh [new file with mode: 0755]