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