summaryrefslogtreecommitdiff
path: root/source4/include/credentials.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-29 02:28:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:56 -0500
commitf62a70fe54c1b1f6172d1d3fbc8b34c03dd96b86 (patch)
tree33ebd249e0d48c80b19a81840a064d9ed04bda6d /source4/include/credentials.h
parentcbbe4e816caf6873bd340b605e8180e7c9563908 (diff)
downloadsamba-f62a70fe54c1b1f6172d1d3fbc8b34c03dd96b86.tar.gz
samba-f62a70fe54c1b1f6172d1d3fbc8b34c03dd96b86.tar.bz2
samba-f62a70fe54c1b1f6172d1d3fbc8b34c03dd96b86.zip
r7988: Store the KVNO for the machine account, and set it up in the provision.
Andrew Bartlett (This used to be commit 90e94a4630c24282cd93ee05e258877b38e24a57)
Diffstat (limited to 'source4/include/credentials.h')
-rw-r--r--source4/include/credentials.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/credentials.h b/source4/include/credentials.h
index 511b775795..58cc4767ad 100644
--- a/source4/include/credentials.h
+++ b/source4/include/credentials.h
@@ -58,6 +58,7 @@ struct cli_credentials {
struct creds_CredentialState *netlogon_creds;
enum netr_SchannelType secure_channel_type;
+ int kvno;
/* We are flagged to get machine account details from the
* secrets.ldb when we are asked for a username or password */