mirror of
https://github.com/samba-team/samba.git
synced 2025-10-23 11:33:16 +03:00
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
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
)
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
|
||||
#define SECRETS_MACHINE_ACCT_PASS "SECRETS/$MACHINE.ACC"
|
||||
#define SECRETS_SAM_SID "SAM/SAM_SID"
|
||||
#define SECRETS_DOMAIN_SID "SECRETS/SID"
|
||||
#define SECRETS_SAM_SID "SAM/SID"
|
||||
|
||||
struct machine_acct_pass {
|
||||
uint8 hash[16];
|
||||
|
Reference in New Issue
Block a user