blob: c16d5c7b30ebd49832aebe930fe6e8a2f7e8ee11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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;
};
|