diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-21 10:18:54 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-28 15:11:41 +0100 |
commit | f58ca063bba86b74f1f4982694b5a7ead442becb (patch) | |
tree | 90b98412f1204616533f3832ef1ecffc6fff8f70 /source3/nsswitch/libwbclient/wbclient.h | |
parent | 14b6e9d46bd6b7939acdf66f8c8bc043579d39a6 (diff) | |
download | samba-f58ca063bba86b74f1f4982694b5a7ead442becb.tar.gz samba-f58ca063bba86b74f1f4982694b5a7ead442becb.tar.xz samba-f58ca063bba86b74f1f4982694b5a7ead442becb.zip |
libwbclient: add wbcLookupUserSids()
metze
(This used to be commit 38007a387a1f1b53877ef9ea518f83ecf026f4f3)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.h')
-rw-r--r-- | source3/nsswitch/libwbclient/wbclient.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h index c01db9618d..4b6978080b 100644 --- a/source3/nsswitch/libwbclient/wbclient.h +++ b/source3/nsswitch/libwbclient/wbclient.h @@ -298,6 +298,11 @@ wbcErr wbcLookupRids(struct wbcDomainSid *dom_sid, const char ***names, enum wbcSidType **types); +wbcErr wbcLookupUserSids(const struct wbcDomainSid *user_sid, + bool domain_groups_only, + uint32_t *num_sids, + struct wbcDomainSid **sids); + /* * SID/uid/gid Mappings */ |