diff --git a/source/libcli/auth/credentials.h b/source/libcli/auth/credentials.h index 6ce3288b014..27c5a4e689e 100644 --- a/source/libcli/auth/credentials.h +++ b/source/libcli/auth/credentials.h @@ -33,7 +33,7 @@ struct creds_CredentialState { const char *domain; const char *computer_name; const char *account_name; - uint32_t rid; + struct dom_sid *sid; }; /* for the timebeing, use the same neg flags as Samba3. */