diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-09-22 03:44:15 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-09-22 03:44:15 +0000 |
commit | 81ad252fbc3720939dccbda23ef447af071aab14 (patch) | |
tree | e96c4aaad946d0de3c8b72449dfeb649914df10e /source3/include | |
parent | d76dfbb879dc49cb03742f6ed184eb5ef5b75002 (diff) | |
download | samba-81ad252fbc3720939dccbda23ef447af071aab14.tar.gz samba-81ad252fbc3720939dccbda23ef447af071aab14.tar.bz2 samba-81ad252fbc3720939dccbda23ef447af071aab14.zip |
These are RIDs not Unix UIDs so make this clear in the feild names.
Andrew Bartlett
(This used to be commit d1bc778301b31d77fdc3837ec3cff24ce37adcd7)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_netlogon.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |