From 81ad252fbc3720939dccbda23ef447af071aab14 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 22 Sep 2001 03:44:15 +0000 Subject: These are RIDs not Unix UIDs so make this clear in the feild names. Andrew Bartlett (This used to be commit d1bc778301b31d77fdc3837ec3cff24ce37adcd7) --- source3/include/rpc_netlogon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/rpc_netlogon.h') diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 5fea305c4c..26365fde2e 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -141,8 +141,8 @@ typedef struct net_user_info_3 uint16 logon_count; /* logon count */ uint16 bad_pw_count; /* bad password count */ - uint32 user_id; /* User ID */ - uint32 group_id; /* Group ID */ + uint32 user_rid; /* User ID */ + uint32 group_rid; /* Group ID */ uint32 num_groups; /* num groups */ uint32 buffer_groups; /* undocumented buffer pointer to groups. */ uint32 user_flgs; /* user flags */ -- cgit