From 99b9f808525e947a9f1f3a75ea4f498cbc41e682 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 30 Sep 2001 02:51:45 +0000 Subject: Make header comment clearer, these are RIDs, not UIDs. (This used to be commit 663c1c91bdd020e2e8266d25909db12b28fbb7d8) --- source3/include/rpc_netlogon.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 26365fde2e..e86c5230ed 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -141,8 +141,9 @@ typedef struct net_user_info_3 uint16 logon_count; /* logon count */ uint16 bad_pw_count; /* bad password count */ - uint32 user_rid; /* User ID */ - uint32 group_rid; /* Group ID */ + uint32 user_rid; /* User RID */ + uint32 group_rid; /* Group RID */ + uint32 num_groups; /* num groups */ uint32 buffer_groups; /* undocumented buffer pointer to groups. */ uint32 user_flgs; /* user flags */ -- cgit