diff options
author | Simo Sorce <idra@samba.org> | 2003-05-16 06:20:33 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-05-16 06:20:33 +0000 |
commit | db0a223156ed17510fa4efae652912fee5a4c0cd (patch) | |
tree | c90421f2654a4d39a4152a97c5840e267b681ce1 /source3/Makefile.in | |
parent | 627aa735fbd33b8b62661f6456b04593a2727841 (diff) | |
download | samba-db0a223156ed17510fa4efae652912fee5a4c0cd.tar.gz samba-db0a223156ed17510fa4efae652912fee5a4c0cd.tar.bz2 samba-db0a223156ed17510fa4efae652912fee5a4c0cd.zip |
add idmap_winbind unless I made a better way to solve SID type for domain
SIDs
(This used to be commit b24c0efc4b363cb0d4ed71588e9617d668c16be9)
Diffstat (limited to 'source3/Makefile.in')
-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 f1c497663f..b3183a6203 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -280,7 +280,7 @@ XML_OBJ = passdb/pdb_xml.o MYSQL_OBJ = passdb/pdb_mysql.o DEVEL_HELP_OBJ = modules/weird.o -IDMAP_OBJ = sam/idmap.o sam/idmap_util.o sam/idmap_tdb.o +IDMAP_OBJ = sam/idmap.o sam/idmap_util.o sam/idmap_tdb.o sam/idmap_winbind.o GROUPDB_OBJ = groupdb/mapping.o |