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 | 663c1c91bdd020e2e8266d25909db12b28fbb7d8 (patch) | |
tree | a9694edda8d81bf2d000cd289177f0671b2e8fc9 | |
parent | 05910483351e9ef6375e4c49403ebe21b56315a9 (diff) | |
download | samba-663c1c91bdd020e2e8266d25909db12b28fbb7d8.tar.gz samba-663c1c91bdd020e2e8266d25909db12b28fbb7d8.tar.xz samba-663c1c91bdd020e2e8266d25909db12b28fbb7d8.zip |
Make header comment clearer, these are RIDs, not UIDs.
-rw-r--r-- | source/include/rpc_netlogon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/include/rpc_netlogon.h b/source/include/rpc_netlogon.h index 26365fde2ee..e86c5230ed1 100644 --- a/source/include/rpc_netlogon.h +++ b/source/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 */ |