summaryrefslogtreecommitdiff
path: root/source4/winbind/config.mk
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-03-04 03:05:06 +0300
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-09 17:20:30 +0100
commit42b5b381871dd935aeda34669a2c03a05a63f5f0 (patch)
treefa02bfc71718a02b679f96d047bd0c16c50fb7e7 /source4/winbind/config.mk
parent30baf31411363ebd79a6366caf4a792850c40192 (diff)
downloadsamba-42b5b381871dd935aeda34669a2c03a05a63f5f0.tar.gz
samba-42b5b381871dd935aeda34669a2c03a05a63f5f0.tar.bz2
samba-42b5b381871dd935aeda34669a2c03a05a63f5f0.zip
s4:winbind Implement logic for getgroups to work
This function is called by the system everytime we do a id user or when we do wbinfo -r Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
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 45164d349a..0bee89c93b 100644
--- a/source4/winbind/config.mk
+++ b/source4/winbind/config.mk
@@ -52,6 +52,7 @@ WINBIND_OBJ_FILES = $(addprefix $(winbindsrcdir)/, \
wb_cmd_getpwent.o \
wb_cmd_getgrent.o \
wb_cmd_setgrent.o \
+ wb_cmd_getgroups.o \
wb_pam_auth.o \
wb_sam_logon.o)