summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.h
diff options
context:
space:
mode:
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;
};