summaryrefslogtreecommitdiff
path: root/source4/winbind/config.mk
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-03-04 02:46:36 +0300
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-09 17:20:30 +0100
commit30baf31411363ebd79a6366caf4a792850c40192 (patch)
tree4c33f94553aeed992fe14af39c4032492ff29f7e /source4/winbind/config.mk
parent74166c380c5ad110d93c4e7141eaa7b1d069ced8 (diff)
downloadsamba-30baf31411363ebd79a6366caf4a792850c40192.tar.gz
samba-30baf31411363ebd79a6366caf4a792850c40192.tar.bz2
samba-30baf31411363ebd79a6366caf4a792850c40192.zip
s4:winbind: implement calls for allowing getent groups
This is to say getgrent and setgrent, and the associated technical objects (states, build directives,...) needed. Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/winbind/config.mk')
-rw-r--r--source4/winbind/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/winbind/config.mk b/source4/winbind/config.mk
index 17cbd956e4..45164d349a 100644
--- a/source4/winbind/config.mk
+++ b/source4/winbind/config.mk
@@ -50,6 +50,8 @@ WINBIND_OBJ_FILES = $(addprefix $(winbindsrcdir)/, \
wb_cmd_list_users.o \
wb_cmd_setpwent.o \
wb_cmd_getpwent.o \
+ wb_cmd_getgrent.o \
+ wb_cmd_setgrent.o \
wb_pam_auth.o \
wb_sam_logon.o)