summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-02-26 15:16:23 -0500
committerSimo Sorce <idra@samba.org>2010-03-01 16:09:58 -0500
commitbe026a6fd89b44ba7e6bdf5bef049959b242c61e (patch)
tree7438e43c03d916c6f331ad460fcb0d9dd2a1c127 /source3/Makefile.in
parent05bd8c17be83057b9bcfe405fb29d27a794b9b40 (diff)
downloadsamba-be026a6fd89b44ba7e6bdf5bef049959b242c61e.tar.gz
samba-be026a6fd89b44ba7e6bdf5bef049959b242c61e.tar.bz2
samba-be026a6fd89b44ba7e6bdf5bef049959b242c61e.zip
s3:groupmap revert to tdb storage
Group mapping needs to be cluster aware, and this means using the tdb backend. Remove ldb group mapping as this is not cluster aware.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 323da3c91c..325984ceda 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -680,7 +680,7 @@ CP850_OBJ = modules/CP850.o
CP437_OBJ = modules/CP437.o
CHARSET_MACOSXFS_OBJ = modules/charset_macosxfs.o
-GROUPDB_OBJ = groupdb/mapping.o groupdb/mapping_tdb.o groupdb/mapping_ldb.o
+GROUPDB_OBJ = groupdb/mapping.o groupdb/mapping_tdb.o
PROFILE_OBJ = profile/profile.o
PROFILES_OBJ = utils/profiles.o \