summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-02 16:52:19 +0200
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:24 -0400
commitff3ce9016a43906df55a0922f0697c91d255de88 (patch)
tree3f018b2b7ab6257c0c178f74ce03ce542686dc33 /source3/winbindd/winbindd_proto.h
parentbd9d7f75e352985f1b0e0785f0ba94dea19d2601 (diff)
downloadsamba-ff3ce9016a43906df55a0922f0697c91d255de88.tar.gz
samba-ff3ce9016a43906df55a0922f0697c91d255de88.tar.bz2
samba-ff3ce9016a43906df55a0922f0697c91d255de88.zip
s3:winbind: Make wcache_lookup_useraliases available publically
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index c155589954..08c08222a6 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -175,6 +175,10 @@ NTSTATUS wcache_query_user(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
const struct dom_sid *user_sid,
struct winbind_userinfo *info);
+NTSTATUS wcache_lookup_useraliases(struct winbindd_domain *domain,
+ TALLOC_CTX *mem_ctx,
+ uint32 num_sids, const DOM_SID *sids,
+ uint32 *pnum_aliases, uint32 **paliases);
void wcache_flush_cache(void);
NTSTATUS wcache_count_cached_creds(struct winbindd_domain *domain, int *count);
NTSTATUS wcache_remove_oldest_cached_creds(struct winbindd_domain *domain, const DOM_SID *sid) ;