diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-09 21:44:30 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-01-09 21:44:30 +0000 |
commit | 0bf4ca7515ed59f1815b45d63d788a93176f2246 (patch) | |
tree | f09281888118aa494ff71cd5281500ba39025b88 /source/passdb | |
parent | 2a3b0398bbbc559e7218dfb3ab700cb28c43f899 (diff) | |
download | samba-0bf4ca7515ed59f1815b45d63d788a93176f2246.tar.gz samba-0bf4ca7515ed59f1815b45d63d788a93176f2246.tar.xz samba-0bf4ca7515ed59f1815b45d63d788a93176f2246.zip |
r12801: Some more include/ cleanups (remove unused macros + move files
to specific dirs)
Diffstat (limited to 'source/passdb')
-rw-r--r-- | source/passdb/secrets.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/source/passdb/secrets.h b/source/passdb/secrets.h index 429e955a8f9..944a1a3e687 100644 --- a/source/passdb/secrets.h +++ b/source/passdb/secrets.h @@ -21,35 +21,6 @@ #ifndef _SECRETS_H #define _SECRETS_H -/* the first one is for the hashed password (NT4 style) the latter - for plaintext (ADS) -*/ -#define SECRETS_MACHINE_ACCT_PASS "SECRETS/$MACHINE.ACC" -#define SECRETS_MACHINE_PASSWORD "SECRETS/MACHINE_PASSWORD" - -/* 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" -#define SECRETS_SAM_SID "SAM/SID" - -/* The domain GUID and server GUID (NOT the same) are also not secret */ -#define SECRETS_DOMAIN_GUID "SECRETS/DOMGUID" -#define SECRETS_SERVER_GUID "SECRETS/GUID" - -#define SECRETS_LDAP_BIND_PW "SECRETS/LDAP_BIND_PW" - -/* Authenticated user info is stored in secrets.tdb under these keys */ - -#define SECRETS_AUTH_USER "SECRETS/AUTH_USER" -#define SECRETS_AUTH_DOMAIN "SECRETS/AUTH_DOMAIN" -#define SECRETS_AUTH_PASSWORD "SECRETS/AUTH_PASSWORD" - /* structure for storing machine account password (ie. when samba server is member of a domain */ struct machine_acct_pass { |