summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-11-19 18:30:06 +0000
committerGerald Carter <jerry@samba.org>2006-11-19 18:30:06 +0000
commit5eef37058bcbee1324ca45c6a0fbd2a57e236ff9 (patch)
treedc3ec27678bcf6e996bafad273e1e6a4e2357585 /source/nsswitch/winbindd.h
parentbaaa06dd7bd9fbe94c71589ab760517e2a3234e5 (diff)
downloadsamba-5eef37058bcbee1324ca45c6a0fbd2a57e236ff9.tar.gz
samba-5eef37058bcbee1324ca45c6a0fbd2a57e236ff9.tar.xz
samba-5eef37058bcbee1324ca45c6a0fbd2a57e236ff9.zip
r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'struct
policy_handle' over from SAMBA_3_0.
Diffstat (limited to 'source/nsswitch/winbindd.h')
-rw-r--r--source/nsswitch/winbindd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h
index 25fb4070dbe..c18848ac52b 100644
--- a/source/nsswitch/winbindd.h
+++ b/source/nsswitch/winbindd.h
@@ -60,7 +60,7 @@ struct sid_ctr {
BOOL finished;
const char *domain;
const char *name;
- enum SID_NAME_USE type;
+ enum lsa_SidType type;
};
struct winbindd_cli_state {
@@ -241,7 +241,7 @@ struct winbindd_methods {
const char *domain_name,
const char *name,
DOM_SID *sid,
- enum SID_NAME_USE *type);
+ enum lsa_SidType *type);
/* convert a sid to a user or group name */
NTSTATUS (*sid_to_name)(struct winbindd_domain *domain,
@@ -249,7 +249,7 @@ struct winbindd_methods {
const DOM_SID *sid,
char **domain_name,
char **name,
- enum SID_NAME_USE *type);
+ enum lsa_SidType *type);
NTSTATUS (*rids_to_names)(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
@@ -258,7 +258,7 @@ struct winbindd_methods {
size_t num_rids,
char **domain_name,
char ***names,
- enum SID_NAME_USE **types);
+ enum lsa_SidType **types);
/* lookup user info for a given SID */
NTSTATUS (*query_user)(struct winbindd_domain *domain,