diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/secrets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/secrets.h b/source3/include/secrets.h index cb4fbd043a..4b8d5db66b 100644 --- a/source3/include/secrets.h +++ b/source3/include/secrets.h @@ -32,6 +32,9 @@ /* this one is for storing trusted domain account password */ #define SECRETS_DOMTRUST_ACCT_PASS "SECRETS/$DOMTRUST.ACC" +/* Store the principal name used for Kerberos DES key salt under this key name. */ +#define SECRETS_SALTING_PRINCIPAL "SECRETS/SALTING_PRINCIPAL" + /* The domain sid and our sid are stored here even though they aren't really secret. */ #define SECRETS_DOMAIN_SID "SECRETS/SID" |