From 30baf31411363ebd79a6366caf4a792850c40192 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Thu, 4 Mar 2010 02:46:36 +0300 Subject: s4:winbind: implement calls for allowing getent groups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to say getgrent and setgrent, and the associated technical objects (states, build directives,...) needed. Signed-off-by: Matthias Dieter Wallnöfer --- source4/winbind/config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/winbind/config.mk') 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) -- cgit