10Sstevel@tonic-gate# 20Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 30Sstevel@tonic-gate# 4*1676Sjpk# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 50Sstevel@tonic-gate# Use is subject to license terms. 60Sstevel@tonic-gate# 70Sstevel@tonic-gate# CDDL HEADER START 80Sstevel@tonic-gate# 90Sstevel@tonic-gate# The contents of this file are subject to the terms of the 10*1676Sjpk# Common Development and Distribution License (the "License"). 11*1676Sjpk# You may not use this file except in compliance with the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 140Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 150Sstevel@tonic-gate# See the License for the specific language governing permissions 160Sstevel@tonic-gate# and limitations under the License. 170Sstevel@tonic-gate# 180Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 190Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 200Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 210Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 220Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 230Sstevel@tonic-gate# 240Sstevel@tonic-gate# CDDL HEADER END 250Sstevel@tonic-gate# 260Sstevel@tonic-gate# Generic interface definition for usr/src/lib/nsswitch/ldap. 270Sstevel@tonic-gate# 280Sstevel@tonic-gate# For information regarding the establishment of versioned definitions see: 290Sstevel@tonic-gate# The Linker and Libraries Manual (version 2.5 or greater) 300Sstevel@tonic-gate# This is part of the Developers Guide in the Answerbook. Specifically refer 310Sstevel@tonic-gate# to Chapter 2 under section "Defining Additional Symbols" through section 320Sstevel@tonic-gate# "Reducing Symbol Scope", and Chapter 5 "Versioning". 330Sstevel@tonic-gate# 340Sstevel@tonic-gate# For specific OSNET rules for the modification (evolution) of these version 350Sstevel@tonic-gate# definitions see: 360Sstevel@tonic-gate# Policy for Shared Library Version Names and Interface Definitions 370Sstevel@tonic-gate 380Sstevel@tonic-gate 390Sstevel@tonic-gateSUNWprivate_1.1 { 400Sstevel@tonic-gate global: 410Sstevel@tonic-gate _nss_ldap_audit_user_constr; 420Sstevel@tonic-gate _nss_ldap_auth_attr_constr; 430Sstevel@tonic-gate _nss_ldap_bootparams_constr; 440Sstevel@tonic-gate _nss_ldap_ethers_constr; 450Sstevel@tonic-gate _nss_ldap_exec_attr_constr; 460Sstevel@tonic-gate _nss_ldap_group_constr; 470Sstevel@tonic-gate _nss_ldap_hosts_constr; 480Sstevel@tonic-gate _nss_ldap_ipnodes_constr; 490Sstevel@tonic-gate _nss_ldap_netgroup_constr; 500Sstevel@tonic-gate _nss_ldap_netmasks_constr; 510Sstevel@tonic-gate _nss_ldap_networks_constr; 520Sstevel@tonic-gate _nss_ldap_passwd_constr; 530Sstevel@tonic-gate _nss_ldap_printers_constr; 540Sstevel@tonic-gate _nss_ldap__printers_constr; 550Sstevel@tonic-gate _nss_ldap_prof_attr_constr; 560Sstevel@tonic-gate _nss_ldap_project_constr; 570Sstevel@tonic-gate _nss_ldap_protocols_constr; 580Sstevel@tonic-gate _nss_ldap_rpc_constr; 590Sstevel@tonic-gate _nss_ldap_services_constr; 600Sstevel@tonic-gate _nss_ldap_shadow_constr; 610Sstevel@tonic-gate _nss_ldap_publickey_constr; 620Sstevel@tonic-gate _nss_ldap_user_attr_constr; 63*1676Sjpk _nss_ldap_tnrhdb_constr; 64*1676Sjpk _nss_ldap_tnrhtp_constr; 650Sstevel@tonic-gate local: 660Sstevel@tonic-gate *; 670Sstevel@tonic-gate}; 68