summaryrefslogtreecommitdiff
path: root/source3/include/secrets.h
blob: a87bdef56b76e8b3c0dbaa81884794eb7046ddf0 (plain)
1
2
3
4
5
6
7
8
9
10
11



#define SECRETS_MACHINE_ACCT_PASS "SECRETS/$MACHINE.ACC"
#define SECRETS_SAM_SID       "SAM/SAM_SID"

struct machine_acct_pass {
	uint8 hash[16];
	time_t mod_time;
};