From 73891ca8e4f6cca6aa8bb0ae043f660a64baa056 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 29 Jun 1999 18:47:06 +0000 Subject: improving authentication code (tidyup). (This used to be commit ab1a6aa42db5217f025941fb5107436556bc23b7) --- source3/include/rpc_dce.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/rpc_dce.h') diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index b8647fda0f..3a2956cb6d 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -259,8 +259,8 @@ typedef struct rpc_auth_ntlmssp_chal_info /* RPC_AUTH_NTLMSSP_RESP */ typedef struct rpc_auth_ntlmssp_resp_info { - STRHDR hdr_lm_resp; /* 24 byte response */ - STRHDR hdr_nt_resp; /* 24 byte response */ + STRHDR hdr_lm_resp; /* LM response (NULL or 24 bytes) */ + STRHDR hdr_nt_resp; /* NT response (NULL, 24 or variable-length) */ STRHDR hdr_domain; STRHDR hdr_usr; STRHDR hdr_wks; -- cgit