diff options
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r-- | source3/nsswitch/winbindd_nss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index b19026b4db..f393512b72 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -462,6 +462,8 @@ struct WINBINDD_CCACHE_ENTRY { const char *service; const char *username; const char *sid_string; + unsigned char *nt_hash; /* Base pointer for the following 2 */ + unsigned char *lm_hash; char *pass; uid_t uid; time_t create_time; |