summaryrefslogtreecommitdiffstats
path: root/source/include/secrets.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-10-29 22:38:10 +0000
committerJeremy Allison <jra@samba.org>2004-10-29 22:38:10 +0000
commit862cd74fa46e079b2f15121fa6f6b4dae42aa797 (patch)
tree2f8039d27787a8cb150a5a9e74ddb1ace5db3139 /source/include/secrets.h
parent8b854c506cf4faf95999932a24a6707e04984326 (diff)
downloadsamba-862cd74fa46e079b2f15121fa6f6b4dae42aa797.tar.gz
samba-862cd74fa46e079b2f15121fa6f6b4dae42aa797.tar.xz
samba-862cd74fa46e079b2f15121fa6f6b4dae42aa797.zip
r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redhat.com>
for bug #1717.The rest of the code needed to call this patch has not yet been checked in (that's my next task). This has not yet been tested - I'll do this once the rest of the patch is integrated. Jeremy.
Diffstat (limited to 'source/include/secrets.h')
-rw-r--r--source/include/secrets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/secrets.h b/source/include/secrets.h
index cb4fbd043a7..4b8d5db66b6 100644
--- a/source/include/secrets.h
+++ b/source/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"