summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-02 18:01:54 +0200
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:24 -0400
commit718a26fd29036cc200cdc1c320733eafe84d2337 (patch)
treec86972f943acbc11d086f45bb4d77387900e0ae4 /source3/winbindd/winbindd_proto.h
parent592822786d0a26bdf283ca4621c0df6f7f671869 (diff)
downloadsamba-718a26fd29036cc200cdc1c320733eafe84d2337.tar.gz
samba-718a26fd29036cc200cdc1c320733eafe84d2337.tar.bz2
samba-718a26fd29036cc200cdc1c320733eafe84d2337.zip
s3:winbind: Make wcache_lookup_usergroups externally visible
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index f008ecda19..fd67abbf6d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -179,6 +179,11 @@ NTSTATUS wcache_lookup_useraliases(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
uint32 num_sids, const DOM_SID *sids,
uint32 *pnum_aliases, uint32 **paliases);
+NTSTATUS wcache_lookup_usergroups(struct winbindd_domain *domain,
+ TALLOC_CTX *mem_ctx,
+ const struct dom_sid *user_sid,
+ uint32_t *pnum_sids,
+ struct dom_sid **psids);
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) ;