diff options
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r-- | source3/nsswitch/winbindd_nss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index 033e51d794..b01053d63c 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -338,8 +338,8 @@ struct winbindd_response { time_t pass_must_change_time; uint16 logon_count; uint16 bad_pw_count; - fstring user_sid; - fstring group_sid; + uint32 user_rid; + uint32 group_rid; fstring dom_sid; uint32 num_groups; uint32 user_flgs; |