Print this page
 NEX-10019 SMB server min_protocol setting (fix Run.sh)
NEX-4083 Upstream changes from illumos 5917 and 5995
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-3610 CLONE NEX-3591 SMB3 signing
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
SMB-167 SMB passwd routines should syslog more failures
SMB-126 Unable to map share from win2003/win2003R2 client ...
SMB-107 Unable to map network drive in workgroup mode using Windows XP...
SMB-68 NTLM(v1) inbound with Extended Session Security
SMB-50 User-mode SMB server (fix vnodetopath)
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>
        
*** 10,20 ****
  # source.  A copy of the CDDL is also available via the Internet at
  # http://www.illumos.org/license/CDDL.
  #
  
  #
! # Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  #
  
  # Helper program to run fksmbd (user-space smbd for debugging)
  # using binaries from the proto area.
  
--- 10,20 ----
  # source.  A copy of the CDDL is also available via the Internet at
  # http://www.illumos.org/license/CDDL.
  #
  
  #
! # Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
  #
  
  # Helper program to run fksmbd (user-space smbd for debugging)
  # using binaries from the proto area.
  
*** 53,62 ****
--- 53,66 ----
  export SMB_SHARE_DNAME="/tmp/fksmbshare_door"
  
  LD_LIBRARY_PATH=$ROOT/usr/lib/smbsrv:$ROOT/usr/lib:$ROOT/lib
  export LD_LIBRARY_PATH
  
+ # Enable everything, for debugging
+ export SMB_MAX_PROTOCOL=300
+ export SMB_SIGNING=require
+ 
  # normally runs with cwd=/ but this is more careful
  cd /var/smb
  
  # run with the passed options
  exec $ROOT/usr/lib/smbsrv/fksmbd "$@"