summaryrefslogtreecommitdiffstats
path: root/source/include/secrets.h
diff options
context:
space:
mode:
authorMatthew Chapman <matty@samba.org>2000-05-29 01:23:48 +0000
committerMatthew Chapman <matty@samba.org>2000-05-29 01:23:48 +0000
commit7710b4f48d3e8532df5e37f99a779758f750efdb (patch)
treef503157e185ac8a7df69205661fcf663959e8914 /source/include/secrets.h
parent2170d72d508ab8fb63a1da3024395f8fd6011cfa (diff)
downloadsamba-7710b4f48d3e8532df5e37f99a779758f750efdb.tar.gz
samba-7710b4f48d3e8532df5e37f99a779758f750efdb.tar.xz
samba-7710b4f48d3e8532df5e37f99a779758f750efdb.zip
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).
Diffstat (limited to 'source/include/secrets.h')
-rw-r--r--source/include/secrets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/secrets.h b/source/include/secrets.h
index a87bdef56b7..c16d5c7b30e 100644
--- a/source/include/secrets.h
+++ b/source/include/secrets.h
@@ -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];