1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r11198: The recent changes to netlogon changed this from a RID to a SID.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2005-10-20 03:34:49 +00:00 committed by Gerald (Jerry) Carter
parent a432ba105c
commit 24dbf34352

View File

@ -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. */