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