summaryrefslogtreecommitdiff
path: root/source4/winbind/config.mk
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2007-08-20 11:51:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:19 -0500
commit084036d78a9d16ad5d2634a38cd123e1a72164b1 (patch)
tree487becaf05d9b25eb72c87e8511062d330f7377b /source4/winbind/config.mk
parent67a9225b9b03db35bc18f97bfdc0279c48d4b632 (diff)
downloadsamba-084036d78a9d16ad5d2634a38cd123e1a72164b1.tar.gz
samba-084036d78a9d16ad5d2634a38cd123e1a72164b1.tar.bz2
samba-084036d78a9d16ad5d2634a38cd123e1a72164b1.zip
r24577: Implement basic getpwent.
This one still cheats and only returns one winbindd_pw structure per call. Also, doesn't get a new libnet_UserList yet. (This used to be commit e1b93be1e130692a75a2fc4eb5ca8ee425fe1b82)
Diffstat (limited to 'source4/winbind/config.mk')
-rw-r--r--source4/winbind/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/winbind/config.mk b/source4/winbind/config.mk
index dd3f19aa63..da5b71f2ae 100644
--- a/source4/winbind/config.mk
+++ b/source4/winbind/config.mk
@@ -32,6 +32,7 @@ OBJ_FILES = \
wb_cmd_list_trustdom.o \
wb_cmd_list_users.o \
wb_cmd_setpwent.o \
+ wb_cmd_getpwent.o \
wb_pam_auth.o \
wb_sam_logon.o
PRIVATE_DEPENDENCIES = \