diff options
author | Gerald Carter <jerry@samba.org> | 2007-02-19 17:21:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:05 -0500 |
commit | c9859479b417079b21e565598cf2b47c2cc2b29d (patch) | |
tree | e2dafb6b64af4a453f2ff8a8de2f612dd70776b4 | |
parent | aa1259700043f5c78ac6dce548d05a7a10b61907 (diff) | |
download | samba-c9859479b417079b21e565598cf2b47c2cc2b29d.tar.gz samba-c9859479b417079b21e565598cf2b47c2cc2b29d.tar.bz2 samba-c9859479b417079b21e565598cf2b47c2cc2b29d.zip |
r21453: use the tdb mapping file for groups by default for compatibility with the 3.0.25 tree (for now)
(This used to be commit 53ab0d1822711038612f2ef9ccffaa3ed394c4ce)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d365c9cab0..201978f20f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -397,7 +397,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_ldb.o +GROUPDB_OBJ = groupdb/mapping.o groupdb/mapping_tdb.o PROFILE_OBJ = profile/profile.o PROFILES_OBJ = utils/profiles.o \ |