diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-04 14:07:44 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-05 03:21:22 -0400 |
commit | 9b369ffcf0f113871b00de4229432a74fe436834 (patch) | |
tree | 23a447f5396ecd190f7628815362eb95746ee8c1 /source3/Makefile.in | |
parent | 3eff8e93e283828afdb3413aec2dae5c01b101b3 (diff) | |
download | samba-9b369ffcf0f113871b00de4229432a74fe436834.tar.gz samba-9b369ffcf0f113871b00de4229432a74fe436834.tar.xz samba-9b369ffcf0f113871b00de4229432a74fe436834.zip |
s3:winbind: Convert WINBINDD_UID_TO_SID 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 50e9ebf56d8..48f6a9ad2e6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1161,6 +1161,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_lookupname.o \ winbindd/winbindd_sid_to_uid.o \ winbindd/winbindd_sid_to_gid.o \ + winbindd/winbindd_uid_to_sid.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o |