summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsmbfs/netsmb
diff options
context:
space:
mode:
authorGordon Ross <gwr@nexenta.com>2013-01-17 20:13:00 -0500
committerGordon Ross <gwr@nexenta.com>2014-11-12 14:27:49 -0500
commitfd75ca8de430ee0ba5ce650efee0ac0b85ed43e9 (patch)
treea3cba46abbb7ef2a33b2c7305ecc4b1f370ba8c9 /usr/src/lib/libsmbfs/netsmb
parentcb66c7814563eb32e20c1be88ae738ad8d63079d (diff)
downloadillumos-gate-fd75ca8de430ee0ba5ce650efee0ac0b85ed43e9.tar.gz
5307 AD join with lmauth_level=2 fails
Reviewed by: Boris Protopopov <boris.protopopov@nexenta.com> Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@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/smbfs_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libsmbfs/netsmb/smbfs_api.h b/usr/src/lib/libsmbfs/netsmb/smbfs_api.h
index bc320ee8ab..8436318b4c 100644
--- a/usr/src/lib/libsmbfs/netsmb/smbfs_api.h
+++ b/usr/src/lib/libsmbfs/netsmb/smbfs_api.h
@@ -20,9 +20,9 @@
*/
/*
- * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _NETSMB_SMBFS_API_H
@@ -90,7 +90,6 @@ typedef enum {
#define SMB_AT_NTLM1 4 /* NTLM (v1) */
#define SMB_AT_NTLM2 8 /* NTLMv2 */
#define SMB_AT_KRB5 0x10 /* Kerberos5 (AD) */
-#define SMB_AT_DEFAULT (SMB_AT_KRB5 | SMB_AT_NTLM2)
struct smb_ctx; /* anonymous here; real one in smb_lib.h */
typedef struct smb_ctx smb_ctx_t;