diff options
Diffstat (limited to 'source4/include/secrets.h')
-rw-r--r-- | source4/include/secrets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/secrets.h b/source4/include/secrets.h index a34e86bc6e..8b60c1afb3 100644 --- a/source4/include/secrets.h +++ b/source4/include/secrets.h @@ -30,6 +30,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" |