summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-28 14:25:11 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 10:44:13 +0200
commit99cf696150a1b8e24a9d87981b710b703045a2a5 (patch)
tree0a776b96b74473a728f5ecd80bbf74d5bff2704b /source3/winbindd/winbindd.h
parentccc18d4d5d3aa0c6a5767bdb8f0dbdd761b93897 (diff)
downloadsamba-99cf696150a1b8e24a9d87981b710b703045a2a5.tar.gz
samba-99cf696150a1b8e24a9d87981b710b703045a2a5.tar.bz2
samba-99cf696150a1b8e24a9d87981b710b703045a2a5.zip
s3:winbind: Fix a bug found by RPC-SAMR
We need to enumerate passdb alias members Thanks to gd for bugging me :-)
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index 44ac022720..773496e8ad 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -286,6 +286,7 @@ struct winbindd_methods {
NTSTATUS (*lookup_groupmem)(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
const DOM_SID *group_sid,
+ enum lsa_SidType type,
uint32 *num_names,
DOM_SID **sid_mem, char ***names,
uint32 **name_types);