summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-01 10:20:13 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:22 -0400
commit360227a0feb443fbbcc420295d5666da5823685a (patch)
tree73e69c17484981726f1dbac12a4b81135933b0c6 /source3/winbindd/winbindd_proto.h
parent10685b37d4dc16dc75c48c08937f003af4968a0c (diff)
downloadsamba-360227a0feb443fbbcc420295d5666da5823685a.tar.gz
samba-360227a0feb443fbbcc420295d5666da5823685a.tar.bz2
samba-360227a0feb443fbbcc420295d5666da5823685a.zip
s3:winbind: Make wcache_query_user externally visible
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 38d5200aae..1f0d5b5d5b 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -171,6 +171,10 @@ NTSTATUS wcache_name_to_sid(struct winbindd_domain *domain,
const char *name,
struct dom_sid *sid,
enum lsa_SidType *type);
+NTSTATUS wcache_query_user(struct winbindd_domain *domain,
+ TALLOC_CTX *mem_ctx,
+ const struct dom_sid *user_sid,
+ struct winbind_userinfo *info);
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) ;