summaryrefslogtreecommitdiff
path: root/auth/auth_sam_reply.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-01-07 15:10:26 +0100
committerAndrew Bartlett <abartlet@samba.org>2016-06-30 03:30:26 +0200
commit3eba60aa65e23d31cc97021305a19ff0e25b111c (patch)
treed3bc1b30f8079a0d544a5c33215ad3fb14443acd /auth/auth_sam_reply.h
parentb8068e01999b2c1b5a13baea458f60f999cc6564 (diff)
downloadsamba-3eba60aa65e23d31cc97021305a19ff0e25b111c.tar.gz
auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6
This includes user_principal_name and dns_domain_name. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/auth_sam_reply.h')
-rw-r--r--auth/auth_sam_reply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth_sam_reply.h b/auth/auth_sam_reply.h
index efa02f33a4d..d9573242129 100644
--- a/auth/auth_sam_reply.h
+++ b/auth/auth_sam_reply.h
@@ -66,7 +66,7 @@ NTSTATUS make_user_info_dc_pac(TALLOC_CTX *mem_ctx,
struct wbcAuthUserInfo;
-struct netr_SamInfo3 *wbcAuthUserInfo_to_netr_SamInfo3(TALLOC_CTX *mem_ctx,
+struct netr_SamInfo6 *wbcAuthUserInfo_to_netr_SamInfo6(TALLOC_CTX *mem_ctx,
const struct wbcAuthUserInfo *info);
#undef _PRINTF_ATTRIBUTE