mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
badb7fc0d2
Domain SID is saved in secrets.tdb upon joining domain.
Added "Authenticated Users" and "SYSTEM" well-known SIDs (under
NT Authority).
(This used to be commit 7710b4f48d
)
13 lines
211 B
C
13 lines
211 B
C
|
|
|
|
|
|
#define SECRETS_MACHINE_ACCT_PASS "SECRETS/$MACHINE.ACC"
|
|
#define SECRETS_DOMAIN_SID "SECRETS/SID"
|
|
#define SECRETS_SAM_SID "SAM/SID"
|
|
|
|
struct machine_acct_pass {
|
|
uint8 hash[16];
|
|
time_t mod_time;
|
|
};
|
|
|