Print this page
re #11201 nss: need local netgroup implementation

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/nsswitch/files/common/mapfile-vers
          +++ new/usr/src/lib/nsswitch/files/common/mapfile-vers
   1    1  #
   2    2  # Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved.
        3 +# Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
   3    4  #
   4    5  # CDDL HEADER START
   5    6  #
   6    7  # The contents of this file are subject to the terms of the
   7    8  # Common Development and Distribution License (the "License").
   8    9  # You may not use this file except in compliance with the License.
   9   10  #
  10   11  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  11   12  # or http://www.opensolaris.org/os/licensing.
  12   13  # See the License for the specific language governing permissions
↓ open down ↓ 31 lines elided ↑ open up ↑
  44   45  SYMBOL_VERSION SUNWprivate_1.1 {
  45   46          global:
  46   47                  _nss_files_bootparams_constr;
  47   48                  _nss_files_auth_attr_constr;
  48   49                  _nss_files_audit_user_constr;
  49   50                  _nss_files_ethers_constr;
  50   51                  _nss_files_exec_attr_constr;
  51   52                  _nss_files_group_constr;
  52   53                  _nss_files_hosts_constr;
  53   54                  _nss_files_ipnodes_constr;
       55 +                _nss_files_netgroup_constr;
  54   56                  _nss_files_netmasks_constr;
  55   57                  _nss_files_networks_constr;
  56   58                  _nss_files_passwd_constr;
  57   59                  _nss_files_printers_constr;
  58   60                  _nss_files__printers_constr;
  59   61                  _nss_files_prof_attr_constr;
  60   62                  _nss_files_project_constr;
  61   63                  _nss_files_protocols_constr;
  62   64                  _nss_files_rpc_constr;
  63   65                  _nss_files_services_constr;
  64   66                  _nss_files_shadow_constr;
  65   67                  _nss_files_user_attr_constr;
  66   68                  _nss_files_tnrhdb_constr;
  67   69                  _nss_files_tnrhtp_constr;
  68   70          local:
  69   71                  *;
  70   72  };
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX