1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24# 25 26$mapfile_version 2 27 28# 29# MAPFILE HEADER START 30# 31# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 32# Object versioning must comply with the rules detailed in 33# 34# usr/src/lib/README.mapfiles 35# 36# You should not be making modifications here until you've read the most current 37# copy of that file. If you need help, contact a gatekeeper for guidance. 38# 39# MAPFILE HEADER END 40# 41 42# There really should be only one SUNWprivate version. 43# Don't add any more. Add new private symbols to SUNWprivate_1.1 44 45SYMBOL_VERSION SUNWprivate_1.1 { 46 global: 47 __ns_ldap_cancelStandalone; 48 __ns_ldap_check_all_preq; 49 __ns_ldap_check_dns_preq; 50 __ns_ldap_check_gssapi_preq; 51 __ns_ldap_getAcctMgmt; 52 __ns_ldap_getAttrStruct; 53 __ns_ldap_getConnectionInfoFromDUA; 54 __ns_ldap_getRootDSE; 55 __ns_ldap_initAuth; 56 __ns_ldap_initStandalone; 57 __ns_ldap_is_shadow_update_enabled; 58 __ns_ldap_list_sort; 59 __ns_ldap_pingOfflineServers; 60 __ns_ldap_self_gssapi_config; 61 __ns_ldap_self_gssapi_only_set; 62 __s_api_get_canonical_name; 63 __s_api_hostname2ip; 64 __s_api_ip2hostname; 65} SUNWprivate_1.0; 66 67SYMBOL_VERSION SUNWprivate_1.0 { 68 global: 69 __getldapaliasbyname; 70 __ns_ldap_addAttr; 71 __ns_ldap_addEntry; 72 __ns_ldap_addTypedEntry; 73 __ns_ldap_auth; 74 __ns_ldap_cache_ping; 75 __ns_ldap_default_config; 76 __ns_ldap_delAttr; 77 __ns_ldap_delEntry; 78 __ns_ldap_dn2domain; 79 __ns_ldap_download; 80 __ns_ldap_DumpConfiguration; 81 __ns_ldap_DumpLdif; 82 __ns_ldap_endEntry; 83 __ns_ldap_err2str; 84 __ns_ldap_firstEntry; 85 __ns_ldap_freeAttributeMaps; 86 __ns_ldap_freeCred; 87 __ns_ldap_freeError; 88 __ns_ldap_freeObjectClassMaps; 89 __ns_ldap_freeParam; 90 __ns_ldap_freeResult; 91 __ns_ldap_freeSearchDescriptors; 92 __ns_ldap_getAttr; 93 __ns_ldap_getAttributeMaps; 94 __ns_ldap_getMappedAttributes; 95 __ns_ldap_getMappedObjectClass; 96 __ns_ldap_getObjectClassMaps; 97 __ns_ldap_getOrigAttribute; 98 __ns_ldap_getOrigObjectClass; 99 __ns_ldap_getParam; 100 __ns_ldap_getParamType; 101 __ns_ldap_getSearchDescriptors; 102 __ns_ldap_getServiceAuthMethods; 103 __ns_ldap_host2dn; 104 __ns_ldap_list; 105 __ns_ldap_list_batch_start; 106 __ns_ldap_list_batch_add; 107 __ns_ldap_list_batch_end; 108 __ns_ldap_list_batch_release; 109 __ns_ldap_LoadConfiguration; 110 __ns_ldap_LoadDoorInfo; 111 __ns_ldap_make_config; 112 __ns_ldap_nextEntry; 113 __ns_ldap_print_config; 114 __ns_ldap_repAttr; 115 __ns_ldap_setParam; 116 __ns_ldap_setParamValue; 117 __ns_ldap_setServer; 118 __ns_ldap_trydoorcall; 119 __ns_ldap_uid2dn; 120 __s_api_crosscheck; 121 __s_api_destroy_config; 122 __s_api_free2dArray; 123 __s_api_getServers; 124 __s_api_init_config; 125 __s_api_prepend_automountmapname_to_dn; 126 local: 127 *; 128}; 129