summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsmbfs/netsmb
diff options
context:
space:
mode:
authorGordon Ross <gwr@nexenta.com>2013-07-16 22:10:42 -0400
committerGordon Ross <gwr@nexenta.com>2014-11-12 14:29:11 -0500
commit85e6b6747d07050e01ec91acef2453655821f9ab (patch)
treeb2531706b2e44cbeaad4a5b157ddffbae7e8406f /usr/src/lib/libsmbfs/netsmb
parentfd75ca8de430ee0ba5ce650efee0ac0b85ed43e9 (diff)
downloadillumos-gate-85e6b6747d07050e01ec91acef2453655821f9ab.tar.gz
5308 Unable to join AD domain (with NtlmMinSeverSec set in the registry)
Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/lib/libsmbfs/netsmb')
-rw-r--r--usr/src/lib/libsmbfs/netsmb/smb_lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libsmbfs/netsmb/smb_lib.h b/usr/src/lib/libsmbfs/netsmb/smb_lib.h
index 02eb6106c2..c1dc6886ac 100644
--- a/usr/src/lib/libsmbfs/netsmb/smb_lib.h
+++ b/usr/src/lib/libsmbfs/netsmb/smb_lib.h
@@ -33,8 +33,8 @@
*/
/*
- * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _NETSMB_SMB_LIB_H_
@@ -115,10 +115,11 @@ struct smb_ctx {
/* Strings from the SMB negotiate response. */
char *ct_srv_OS;
char *ct_srv_LM;
+ uint32_t ct_clnt_caps;
/* NTLM auth. stuff */
uchar_t ct_clnonce[NTLM_CHAL_SZ];
- uchar_t ct_ntlm_chal[NTLM_CHAL_SZ];
+ uchar_t ct_srv_chal[NTLM_CHAL_SZ];
char ct_password[SMBIOC_MAX_NAME];
/* See ssp.c */