summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/ntlmssp.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-19 00:40:12 +0200
committerStefan Metzmacher <metze@samba.org>2016-03-10 06:52:29 +0100
commitf6b9e1feab8d435b1e44fef81e867c01ed01db95 (patch)
tree0e6d70db226886a0e9ed326abaf4814faf6eacce /auth/ntlmssp/ntlmssp.h
parentc1e2a1f0a75605a8792b615a41392fc018198a10 (diff)
downloadsamba-f6b9e1feab8d435b1e44fef81e867c01ed01db95.tar.gz
auth/ntlmssp: use ndr_push_AV_PAIR_LIST in gensec_ntlmssp_server_negotiate().
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/ntlmssp/ntlmssp.h')
-rw-r--r--auth/ntlmssp/ntlmssp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/ntlmssp/ntlmssp.h b/auth/ntlmssp/ntlmssp.h
index 4d2ddf9c12e..f1af2243855 100644
--- a/auth/ntlmssp/ntlmssp.h
+++ b/auth/ntlmssp/ntlmssp.h
@@ -82,6 +82,7 @@ struct ntlmssp_state
const char *netbios_domain;
const char *dns_name;
const char *dns_domain;
+ struct AV_PAIR_LIST av_pair_list;
} server;
DATA_BLOB internal_chal; /* Random challenge as supplied to the client for NTLM authentication */