diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-04 16:20:18 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-05 03:21:25 -0400 |
commit | fec380818ffdd7fba58e8dd591049c4b2428ab7d (patch) | |
tree | 96e00aee9707c8bf1be15524cc90eb02ed1bd331 /source3/Makefile.in | |
parent | 1dc1ac00512a28bdc025b00fbfa676b0f5b15751 (diff) | |
download | samba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.tar.gz samba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.tar.xz samba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.zip |
s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 974499594ac..3ebc3616c11 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1172,6 +1172,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_getpwnam.o \ winbindd/winbindd_getpwuid.o \ winbindd/winbindd_getsidaliases.o \ + winbindd/winbindd_getuserdomgroups.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o |