summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-31 00:23:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:31 -0500
commitcfa2adf04017c9491d4cc6a69a0bbd4869061b6d (patch)
tree48606e66d038e118bb613ad86cc5c3fe1f58438e /source4/auth/credentials/credentials.h
parentfb2bceea6e2d44f86f014a2d969591f462ee27bc (diff)
downloadsamba-cfa2adf04017c9491d4cc6a69a0bbd4869061b6d.tar.gz
samba-cfa2adf04017c9491d4cc6a69a0bbd4869061b6d.tar.bz2
samba-cfa2adf04017c9491d4cc6a69a0bbd4869061b6d.zip
r11401: A simple hack to have our central credentials system deny sending LM
authentication for user@realm logins and machine account logins. This should avoid various protocol downgrade attacks. Andrew Bartlett (This used to be commit 76c2d204d0a1ec66d1ef3c935688c7571b051f46)
Diffstat (limited to 'source4/auth/credentials/credentials.h')
-rw-r--r--source4/auth/credentials/credentials.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/auth/credentials/credentials.h b/source4/auth/credentials/credentials.h
index b43ddbbe89..b85337bd18 100644
--- a/source4/auth/credentials/credentials.h
+++ b/source4/auth/credentials/credentials.h
@@ -84,4 +84,7 @@ struct cli_credentials {
* secrets.ldb when we are asked for a username or password */
BOOL machine_account_pending;
+
+ /* Is this a machine account? */
+ BOOL machine_account;
};