From e0779e2d3bb29c16fc4215e78cda8764bce15767 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 2 Aug 2007 13:08:39 +0000 Subject: r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo return full SIDs for the user SID and primary group sid. This should help kai with his getpwnam work in winbind. Andrew Bartlett (This used to be commit 078671d5015c63e4bcd96815e150dae918763b83) --- source4/libnet/libnet_user.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/libnet/libnet_user.h') diff --git a/source4/libnet/libnet_user.h b/source4/libnet/libnet_user.h index 2973915c00..3bbe1cc65e 100644 --- a/source4/libnet/libnet_user.h +++ b/source4/libnet/libnet_user.h @@ -92,6 +92,8 @@ struct libnet_UserInfo { const char *domain_name; } in; struct { + struct dom_sid *user_sid; + struct dom_sid *primary_group_sid; const char *account_name; const char *full_name; const char *description; -- cgit