mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r11198: The recent changes to netlogon changed this from a RID to a SID.
Andrew Bartlett
This commit is contained in:
parent
a432ba105c
commit
24dbf34352
@ -33,7 +33,7 @@ struct creds_CredentialState {
|
|||||||
const char *domain;
|
const char *domain;
|
||||||
const char *computer_name;
|
const char *computer_name;
|
||||||
const char *account_name;
|
const char *account_name;
|
||||||
uint32_t rid;
|
struct dom_sid *sid;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* for the timebeing, use the same neg flags as Samba3. */
|
/* for the timebeing, use the same neg flags as Samba3. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user