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