xref: /onnv-gate/usr/src/lib/nsswitch/ldap/common/mapfile-vers (revision 8744:03d5725cda56)
10Sstevel@tonic-gate#
2*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
30Sstevel@tonic-gate# Use is subject to license terms.
40Sstevel@tonic-gate#
50Sstevel@tonic-gate# CDDL HEADER START
60Sstevel@tonic-gate#
70Sstevel@tonic-gate# The contents of this file are subject to the terms of the
81676Sjpk# Common Development and Distribution License (the "License").
91676Sjpk# You may not use this file except in compliance with the License.
100Sstevel@tonic-gate#
110Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
120Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
130Sstevel@tonic-gate# See the License for the specific language governing permissions
140Sstevel@tonic-gate# and limitations under the License.
150Sstevel@tonic-gate#
160Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
170Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
180Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
190Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
200Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
210Sstevel@tonic-gate#
220Sstevel@tonic-gate# CDDL HEADER END
230Sstevel@tonic-gate#
24*8744SAli.Bahrami@Sun.COM
25*8744SAli.Bahrami@Sun.COM#
26*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
27*8744SAli.Bahrami@Sun.COM#
28*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
30*8744SAli.Bahrami@Sun.COM#
31*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
32*8744SAli.Bahrami@Sun.COM#
33*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
34*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
35*8744SAli.Bahrami@Sun.COM#
36*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
37*8744SAli.Bahrami@Sun.COM#
38*8744SAli.Bahrami@Sun.COM
39*8744SAli.Bahrami@Sun.COM#
400Sstevel@tonic-gate# Generic interface definition for usr/src/lib/nsswitch/ldap.
410Sstevel@tonic-gate#
420Sstevel@tonic-gate
430Sstevel@tonic-gateSUNWprivate_1.1 {
440Sstevel@tonic-gate	global:
450Sstevel@tonic-gate		_nss_ldap_audit_user_constr;
460Sstevel@tonic-gate		_nss_ldap_auth_attr_constr;
470Sstevel@tonic-gate		_nss_ldap_bootparams_constr;
480Sstevel@tonic-gate		_nss_ldap_ethers_constr;
490Sstevel@tonic-gate		_nss_ldap_exec_attr_constr;
500Sstevel@tonic-gate		_nss_ldap_group_constr;
510Sstevel@tonic-gate		_nss_ldap_hosts_constr;
520Sstevel@tonic-gate		_nss_ldap_ipnodes_constr;
530Sstevel@tonic-gate		_nss_ldap_netgroup_constr;
540Sstevel@tonic-gate		_nss_ldap_netmasks_constr;
550Sstevel@tonic-gate		_nss_ldap_networks_constr;
560Sstevel@tonic-gate		_nss_ldap_passwd_constr;
570Sstevel@tonic-gate		_nss_ldap_printers_constr;
580Sstevel@tonic-gate		_nss_ldap__printers_constr;
590Sstevel@tonic-gate		_nss_ldap_prof_attr_constr;
600Sstevel@tonic-gate		_nss_ldap_project_constr;
610Sstevel@tonic-gate		_nss_ldap_protocols_constr;
620Sstevel@tonic-gate		_nss_ldap_rpc_constr;
630Sstevel@tonic-gate		_nss_ldap_services_constr;
640Sstevel@tonic-gate		_nss_ldap_shadow_constr;
650Sstevel@tonic-gate		_nss_ldap_publickey_constr;
660Sstevel@tonic-gate		_nss_ldap_user_attr_constr;
671676Sjpk		_nss_ldap_tnrhdb_constr;
681676Sjpk		_nss_ldap_tnrhtp_constr;
690Sstevel@tonic-gate	local:
700Sstevel@tonic-gate		*;
710Sstevel@tonic-gate};
72