summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-07 13:40:30 +0100
committerJeremy Allison <jra@samba.org>2011-04-13 14:13:24 -0700
commit490c52c9fc689803f4c1719401698e36998dc53f (patch)
tree85650b0854ede38cf2308997e231a71efe9c8f1d /source3/winbindd/winbindd_proto.h
parent091fd0f0f74003847ab5dd72a48e8f2978a511a5 (diff)
downloadsamba-490c52c9fc689803f4c1719401698e36998dc53f.tar.gz
samba-490c52c9fc689803f4c1719401698e36998dc53f.tar.bz2
samba-490c52c9fc689803f4c1719401698e36998dc53f.zip
s3: Add wb_lookupsids
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index d1007f420b..389f8dfb67 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -838,6 +838,14 @@ NTSTATUS winbindd_pam_chng_pswd_auth_crap_recv(
struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_lookupsids_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct dom_sid *sids,
+ uint32_t num_sids);
+NTSTATUS wb_lookupsids_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct lsa_RefDomainList **domains,
+ struct lsa_TransNameArray **names);
+
/* The following definitions come from winbindd/winbindd_samr.c */
NTSTATUS open_internal_samr_conn(TALLOC_CTX *mem_ctx,