summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/credentials.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/auth/credentials.h')
-rw-r--r--source4/libcli/auth/credentials.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/auth/credentials.h b/source4/libcli/auth/credentials.h
index 30114fe7fa..01206bc282 100644
--- a/source4/libcli/auth/credentials.h
+++ b/source4/libcli/auth/credentials.h
@@ -27,6 +27,9 @@ struct creds_CredentialState {
struct netr_Credential seed;
struct netr_Credential client;
struct netr_Credential server;
+ uint16_t secure_channel_type;
+ char *computer_name;
+ char *account_name;
};