Print this page
NEX-14547 Get UNIX group info. from AD/LDAP with partial RFC2307 schema
NEX-13132 smbd dumping core in nss_ldap.so.1`getbymember
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libsldap/common/mapfile-vers
          +++ new/usr/src/lib/libsldap/common/mapfile-vers
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
  23   24  #
  24   25  #
  25   26  
  26   27  $mapfile_version 2
  27   28  
  28   29  #
  29   30  # MAPFILE HEADER START
  30   31  #
  31   32  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  32   33  # Object versioning must comply with the rules detailed in
↓ open down ↓ 8 lines elided ↑ open up ↑
  41   42  
  42   43  # There really should be only one SUNWprivate version.
  43   44  # Don't add any more.  Add new private symbols to SUNWprivate_1.1
  44   45  
  45   46  SYMBOL_VERSION SUNWprivate_1.1 {
  46   47      global:
  47   48          __ns_ldap_cancelStandalone;
  48   49          __ns_ldap_check_all_preq;
  49   50          __ns_ldap_check_dns_preq;
  50   51          __ns_ldap_check_gssapi_preq;
       52 +        __ns_ldap_dn2uid;
  51   53          __ns_ldap_getAcctMgmt;
  52   54          __ns_ldap_getAttrStruct;
  53   55          __ns_ldap_getConnectionInfoFromDUA;
  54   56          __ns_ldap_getRootDSE;
  55   57          __ns_ldap_initAuth;
  56   58          __ns_ldap_initStandalone;
  57   59          __ns_ldap_is_shadow_update_enabled;
  58   60          __ns_ldap_list_sort;
  59   61          __ns_ldap_pingOfflineServers;
  60   62          __ns_ldap_self_gssapi_config;
↓ open down ↓ 68 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX