summaryrefslogtreecommitdiff
path: root/source3/include/secrets.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-03-13 16:13:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:36 -0500
commitaa6055debd078504f6a7ed861443b02672fc9067 (patch)
tree9c3fad25df2d7d6b993a214d1db85ced36561952 /source3/include/secrets.h
parent0e702698f9a7cf0e528f073bae65371ed58e5496 (diff)
downloadsamba-aa6055debd078504f6a7ed861443b02672fc9067.tar.gz
samba-aa6055debd078504f6a7ed861443b02672fc9067.tar.bz2
samba-aa6055debd078504f6a7ed861443b02672fc9067.zip
r21823: Let secrets_store_machine_password() also store the account name. Not used
yet, the next step will be a secrets_fetch_machine_account() function that also pulls the account name to be used in the appropriate places. Volker (This used to be commit f94e5af72e282f70ca5454cdf3aed510b747eb93)
Diffstat (limited to 'source3/include/secrets.h')
-rw-r--r--source3/include/secrets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/secrets.h b/source3/include/secrets.h
index 610a14b52b..cd8396ca7a 100644
--- a/source3/include/secrets.h
+++ b/source3/include/secrets.h
@@ -26,6 +26,7 @@
*/
#define SECRETS_MACHINE_ACCT_PASS "SECRETS/$MACHINE.ACC"
#define SECRETS_MACHINE_PASSWORD "SECRETS/MACHINE_PASSWORD"
+#define SECRETS_MACHINE_ACCOUNTNAME "SECRETS/MACHINE_ACCOUNTNAME"
#define SECRETS_MACHINE_LAST_CHANGE_TIME "SECRETS/MACHINE_LAST_CHANGE_TIME"
#define SECRETS_MACHINE_SEC_CHANNEL_TYPE "SECRETS/MACHINE_SEC_CHANNEL_TYPE"
#define SECRETS_MACHINE_TRUST_ACCOUNT_NAME "SECRETS/SECRETS_MACHINE_TRUST_ACCOUNT_NAME"