diff options
author | Gordon Ross <gwr@nexenta.com> | 2021-06-21 19:28:20 +0200 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2021-07-06 11:42:09 -0700 |
commit | 74e12c43fe52f2c30f36e65a4d0fb0e8dfd7068a (patch) | |
tree | 12a16bf4b9b74058e5176dfa4f5a66ce7050f769 /usr/src/lib/nsswitch/files/common/mapfile-vers | |
parent | 1a065e93eee983124652c3eb0cfdcb4776cd89ab (diff) | |
download | illumos-gate-74e12c43fe52f2c30f36e65a4d0fb0e8dfd7068a.tar.gz |
3163 nss: need local netgroup implementation
Portions contributed by: Marco van Wieringen <marco.van.wieringen@planets.elm.net>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/lib/nsswitch/files/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/nsswitch/files/common/mapfile-vers | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/nsswitch/files/common/mapfile-vers b/usr/src/lib/nsswitch/files/common/mapfile-vers index 722c5c27f8..3e40dade95 100644 --- a/usr/src/lib/nsswitch/files/common/mapfile-vers +++ b/usr/src/lib/nsswitch/files/common/mapfile-vers @@ -1,5 +1,6 @@ # # Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2012 Nexenta Systems, Inc. All rights reserved. # # CDDL HEADER START # @@ -46,11 +47,12 @@ SYMBOL_VERSION SUNWprivate_1.1 { _nss_files_bootparams_constr; _nss_files_auth_attr_constr; _nss_files_audit_user_constr; - _nss_files_ethers_constr; + _nss_files_ethers_constr; _nss_files_exec_attr_constr; _nss_files_group_constr; _nss_files_hosts_constr; _nss_files_ipnodes_constr; + _nss_files_netgroup_constr; _nss_files_netmasks_constr; _nss_files_networks_constr; _nss_files_passwd_constr; |