summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-02-20 22:46:37 +0000
committerJim McDonough <jmcd@samba.org>2003-02-20 22:46:37 +0000
commit5bec7f5fcac1a3e5a48b04f140b96f03b88f0965 (patch)
tree5cb222ca209a4159336997d58f664d255642ba71 /source3/Makefile.in
parent8d8a8c9633ea04d269d70b1fa8f4393cc73f7bbd (diff)
downloadsamba-5bec7f5fcac1a3e5a48b04f140b96f03b88f0965.tar.gz
samba-5bec7f5fcac1a3e5a48b04f140b96f03b88f0965.tar.bz2
samba-5bec7f5fcac1a3e5a48b04f140b96f03b88f0965.zip
From aliguori@us.ibm.com:
This patch adds the architecture for an IDMAP backend system including a new smb.conf parameter "winbind backend". Right now, the only valid value is "tdb" but I'm currently working on an LDAP backend. (This used to be commit 35e4448dcb2deb0d5d34d9e974a49f2fb31f1356)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e04550cf21..efc3b935b4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -579,6 +579,7 @@ WINBINDD_OBJ1 = \
nsswitch/winbindd_user.o \
nsswitch/winbindd_group.o \
nsswitch/winbindd_idmap.o \
+ nsswitch/winbindd_idmap_tdb.o \
nsswitch/winbindd_util.o \
nsswitch/winbindd_cache.o \
nsswitch/winbindd_pam.o \