1*f808c858Sraf# 2*f808c858Sraf# CDDL HEADER START 3*f808c858Sraf# 4*f808c858Sraf# The contents of this file are subject to the terms of the 5*f808c858Sraf# Common Development and Distribution License (the "License"). 6*f808c858Sraf# You may not use this file except in compliance with the License. 7*f808c858Sraf# 8*f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10*f808c858Sraf# See the License for the specific language governing permissions 11*f808c858Sraf# and limitations under the License. 12*f808c858Sraf# 13*f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14*f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16*f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17*f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18*f808c858Sraf# 19*f808c858Sraf# CDDL HEADER END 20*f808c858Sraf# 21*f808c858Sraf# 22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*f808c858Sraf# Use is subject to license terms. 24*f808c858Sraf# 25*f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26*f808c858Sraf# 27*f808c858Sraf 28*f808c858Sraf# There really should be only one SUNWprivate version. 29*f808c858Sraf# Don't add any more. Add new private symbols to SUNWprivate_1.1 30*f808c858Sraf 31*f808c858SrafSUNWprivate_1.1 { 32*f808c858Sraf global: 33*f808c858Sraf __ns_ldap_getAcctMgmt; 34*f808c858Sraf __s_api_get_canonical_name; 35*f808c858Sraf} SUNWprivate_1.0; 36*f808c858Sraf 37*f808c858SrafSUNWprivate_1.0 { 38*f808c858Sraf global: 39*f808c858Sraf __getldapaliasbyname; 40*f808c858Sraf __ns_ldap_addAttr; 41*f808c858Sraf __ns_ldap_addEntry; 42*f808c858Sraf __ns_ldap_addTypedEntry; 43*f808c858Sraf __ns_ldap_auth; 44*f808c858Sraf __ns_ldap_cache_ping; 45*f808c858Sraf __ns_ldap_default_config; 46*f808c858Sraf __ns_ldap_delAttr; 47*f808c858Sraf __ns_ldap_delEntry; 48*f808c858Sraf __ns_ldap_dn2domain; 49*f808c858Sraf __ns_ldap_download; 50*f808c858Sraf __ns_ldap_DumpConfiguration; 51*f808c858Sraf __ns_ldap_DumpLdif; 52*f808c858Sraf __ns_ldap_endEntry; 53*f808c858Sraf __ns_ldap_err2str; 54*f808c858Sraf __ns_ldap_firstEntry; 55*f808c858Sraf __ns_ldap_freeAttributeMaps; 56*f808c858Sraf __ns_ldap_freeCred; 57*f808c858Sraf __ns_ldap_freeError; 58*f808c858Sraf __ns_ldap_freeObjectClassMaps; 59*f808c858Sraf __ns_ldap_freeParam; 60*f808c858Sraf __ns_ldap_freeResult; 61*f808c858Sraf __ns_ldap_freeSearchDescriptors; 62*f808c858Sraf __ns_ldap_getAttr; 63*f808c858Sraf __ns_ldap_getAttributeMaps; 64*f808c858Sraf __ns_ldap_getMappedAttributes; 65*f808c858Sraf __ns_ldap_getMappedObjectClass; 66*f808c858Sraf __ns_ldap_getObjectClassMaps; 67*f808c858Sraf __ns_ldap_getOrigAttribute; 68*f808c858Sraf __ns_ldap_getOrigObjectClass; 69*f808c858Sraf __ns_ldap_getParam; 70*f808c858Sraf __ns_ldap_getParamType; 71*f808c858Sraf __ns_ldap_getSearchDescriptors; 72*f808c858Sraf __ns_ldap_getServiceAuthMethods; 73*f808c858Sraf __ns_ldap_host2dn; 74*f808c858Sraf __ns_ldap_list; 75*f808c858Sraf __ns_ldap_LoadConfiguration; 76*f808c858Sraf __ns_ldap_LoadDoorInfo; 77*f808c858Sraf __ns_ldap_make_config; 78*f808c858Sraf __ns_ldap_nextEntry; 79*f808c858Sraf __ns_ldap_print_config; 80*f808c858Sraf __ns_ldap_repAttr; 81*f808c858Sraf __ns_ldap_setParam; 82*f808c858Sraf __ns_ldap_setParamValue; 83*f808c858Sraf __ns_ldap_setServer; 84*f808c858Sraf __ns_ldap_trydoorcall; 85*f808c858Sraf __ns_ldap_uid2dn; 86*f808c858Sraf __s_api_crosscheck; 87*f808c858Sraf __s_api_destroy_config; 88*f808c858Sraf __s_api_free2dArray; 89*f808c858Sraf __s_api_getServers; 90*f808c858Sraf __s_api_init_config; 91*f808c858Sraf __s_api_prepend_automountmapname_to_dn; 92*f808c858Sraf local: 93*f808c858Sraf *; 94*f808c858Sraf}; 95