summaryrefslogtreecommitdiff
path: root/source4/passdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-09 21:44:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:57 -0500
commit5c8447773f306e302c7182611e4fc03978c340b6 (patch)
tree912ffdb6b8f878350e3f3f27c3ea414a7a06fade /source4/passdb
parent1f10e729c024cba1d530733ef98c22e2acd7dc19 (diff)
downloadsamba-5c8447773f306e302c7182611e4fc03978c340b6.tar.gz
samba-5c8447773f306e302c7182611e4fc03978c340b6.tar.bz2
samba-5c8447773f306e302c7182611e4fc03978c340b6.zip
r12801: Some more include/ cleanups (remove unused macros + move files
to specific dirs) (This used to be commit 243cf760b077e155f5ac508aeebf819f7708a84e)
Diffstat (limited to 'source4/passdb')
-rw-r--r--source4/passdb/secrets.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/source4/passdb/secrets.h b/source4/passdb/secrets.h
index 429e955a8f..944a1a3e68 100644
--- a/source4/passdb/secrets.h
+++ b/source4/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 {