diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-09-30 02:51:45 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-09-30 02:51:45 +0000 |
commit | 99b9f808525e947a9f1f3a75ea4f498cbc41e682 (patch) | |
tree | 6df3c535a03d12e1286643823d131aa44435d78d /source3 | |
parent | 73f8da3a87864695ff6a2baca429f424cf50c661 (diff) | |
download | samba-99b9f808525e947a9f1f3a75ea4f498cbc41e682.tar.gz samba-99b9f808525e947a9f1f3a75ea4f498cbc41e682.tar.bz2 samba-99b9f808525e947a9f1f3a75ea4f498cbc41e682.zip |
Make header comment clearer, these are RIDs, not UIDs.
(This used to be commit 663c1c91bdd020e2e8266d25909db12b28fbb7d8)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_netlogon.h | 5 |
1 files 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 */ |