Print this page
NEX-20549 smb AD join broken if no site name
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
NEX-18462 SMB can't view ACL if posix ID can't be mapped
Review by: Gordon Ross <gordon.ross@nexenta.com>
Review by: Evan Layton <evan.layton@nexenta.com>
NEX-1810 extended security Kerberos (inbound)
NEX-1638 Updated DC Locator
 Includes work by: matt.barden@nexenta.com, kevin.crowe@nexenta.com

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/quick/make-idmap
          +++ new/usr/src/tools/quick/make-idmap
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # Common Development and Distribution License ("CDDL"), version 1.0.
   5    5  # You may only use this file in accordance with the terms of version
   6    6  # 1.0 of the CDDL.
   7    7  #
   8    8  # A full copy of the text of the CDDL should have accompanied this
   9    9  # source.  A copy of the CDDL is also available via the Internet at
  10   10  # http://www.illumos.org/license/CDDL.
  11   11  #
  12   12  
  13   13  #
  14      -# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
       14 +# Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  15   15  #
  16   16  
  17   17  # Use distributed make (dmake) by default.
  18   18  make=${MAKE:-dmake}
  19   19  
  20   20  CLOSED_IS_PRESENT=no
  21   21  export CLOSED_IS_PRESENT
  22   22  
  23   23  # Do this if you want to use dbx or gdb
  24   24  # export SOURCEDEBUG=yes
↓ open down ↓ 154 lines elided ↑ open up ↑
 179  179          exctags -e --langmap=c:+.ndl -h ndl -L - < cscope.files
 180  180          cscope -b )
 181  181  }
 182  182  
 183  183  ################################################################
 184  184  # This creates a tarfile one can use to update a test machine.
 185  185  
 186  186  do_tar() {
 187  187          git_rev=`git rev-parse --short=8 HEAD`
 188  188          files="
      189 +kernel/misc/amd64/idmap
 189  190  lib/svc/manifest/system/idmap.xml
 190  191  usr/lib/idmapd
 191  192  usr/lib/libads.so.1
 192  193  usr/lib/$arch64/libads.so.1
 193  194  usr/lib/libadutils.so.1
 194  195  usr/lib/$arch64/libadutils.so.1
 195  196  usr/lib/libidmap.so.1
 196  197  usr/lib/$arch64/libidmap.so.1
 197  198  usr/lib/libldap.so.5
 198  199  usr/lib/$arch64/libldap.so.5
↓ open down ↓ 59 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX