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#
22cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23*695ef821SGordon Ross# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
24f808c858Sraf#
25f808c858Sraf#
26f808c858Sraf
27cd3e9333SAli Bahrami$mapfile_version 2
28cd3e9333SAli Bahrami
29cd3e9333SAli Bahrami#
30cd3e9333SAli Bahrami# MAPFILE HEADER START
31cd3e9333SAli Bahrami#
32cd3e9333SAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
33cd3e9333SAli Bahrami# Object versioning must comply with the rules detailed in
34cd3e9333SAli Bahrami#
35cd3e9333SAli Bahrami#	usr/src/lib/README.mapfiles
36cd3e9333SAli Bahrami#
37cd3e9333SAli Bahrami# You should not be making modifications here until you've read the most current
38cd3e9333SAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
39cd3e9333SAli Bahrami#
40cd3e9333SAli Bahrami# MAPFILE HEADER END
41cd3e9333SAli Bahrami#
42cd3e9333SAli Bahrami
43f808c858Sraf# There really should be only one SUNWprivate version.
44f808c858Sraf# Don't add any more.  Add new private symbols to SUNWprivate_1.1
45f808c858Sraf
46cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
47f808c858Sraf    global:
48e1dd0a2fSth	__ns_ldap_cancelStandalone;
49dd1104fbSMichen Chang	__ns_ldap_check_all_preq;
50dd1104fbSMichen Chang	__ns_ldap_check_dns_preq;
51dd1104fbSMichen Chang	__ns_ldap_check_gssapi_preq;
52*695ef821SGordon Ross	__ns_ldap_dn2uid;
53f808c858Sraf	__ns_ldap_getAcctMgmt;
54cb5caa98Sdjl	__ns_ldap_getAttrStruct;
55dd1104fbSMichen Chang	__ns_ldap_getConnectionInfoFromDUA;
56dd1104fbSMichen Chang	__ns_ldap_getRootDSE;
57dd1104fbSMichen Chang	__ns_ldap_initAuth;
58dd1104fbSMichen Chang	__ns_ldap_initStandalone;
59dd1104fbSMichen Chang	__ns_ldap_is_shadow_update_enabled;
609f2fd570SJulian Pullen	__ns_ldap_list_sort;
61dd1104fbSMichen Chang	__ns_ldap_pingOfflineServers;
62cb5caa98Sdjl	__ns_ldap_self_gssapi_config;
63cb5caa98Sdjl	__ns_ldap_self_gssapi_only_set;
64dd1104fbSMichen Chang	__s_api_get_canonical_name;
65e1dd0a2fSth	__s_api_hostname2ip;
66dd1104fbSMichen Chang	__s_api_ip2hostname;
67f808c858Sraf} SUNWprivate_1.0;
68f808c858Sraf
69cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.0 {
70f808c858Sraf    global:
71f808c858Sraf	__getldapaliasbyname;
72f808c858Sraf	__ns_ldap_addAttr;
73f808c858Sraf	__ns_ldap_addEntry;
74f808c858Sraf	__ns_ldap_addTypedEntry;
75f808c858Sraf	__ns_ldap_auth;
76f808c858Sraf	__ns_ldap_cache_ping;
77f808c858Sraf	__ns_ldap_default_config;
78f808c858Sraf	__ns_ldap_delAttr;
79f808c858Sraf	__ns_ldap_delEntry;
80f808c858Sraf	__ns_ldap_dn2domain;
81f808c858Sraf	__ns_ldap_download;
82f808c858Sraf	__ns_ldap_DumpConfiguration;
83f808c858Sraf	__ns_ldap_DumpLdif;
84f808c858Sraf	__ns_ldap_endEntry;
85f808c858Sraf	__ns_ldap_err2str;
86f808c858Sraf	__ns_ldap_firstEntry;
87f808c858Sraf	__ns_ldap_freeAttributeMaps;
88f808c858Sraf	__ns_ldap_freeCred;
89f808c858Sraf	__ns_ldap_freeError;
90f808c858Sraf	__ns_ldap_freeObjectClassMaps;
91f808c858Sraf	__ns_ldap_freeParam;
92f808c858Sraf	__ns_ldap_freeResult;
93f808c858Sraf	__ns_ldap_freeSearchDescriptors;
94f808c858Sraf	__ns_ldap_getAttr;
95f808c858Sraf	__ns_ldap_getAttributeMaps;
96f808c858Sraf	__ns_ldap_getMappedAttributes;
97f808c858Sraf	__ns_ldap_getMappedObjectClass;
98f808c858Sraf	__ns_ldap_getObjectClassMaps;
99f808c858Sraf	__ns_ldap_getOrigAttribute;
100f808c858Sraf	__ns_ldap_getOrigObjectClass;
101f808c858Sraf	__ns_ldap_getParam;
102f808c858Sraf	__ns_ldap_getParamType;
103f808c858Sraf	__ns_ldap_getSearchDescriptors;
104f808c858Sraf	__ns_ldap_getServiceAuthMethods;
105f808c858Sraf	__ns_ldap_host2dn;
106f808c858Sraf	__ns_ldap_list;
107479ac375Sdm	__ns_ldap_list_batch_start;
108479ac375Sdm	__ns_ldap_list_batch_add;
109479ac375Sdm	__ns_ldap_list_batch_end;
110479ac375Sdm	__ns_ldap_list_batch_release;
111f808c858Sraf	__ns_ldap_LoadConfiguration;
112f808c858Sraf	__ns_ldap_LoadDoorInfo;
113f808c858Sraf	__ns_ldap_make_config;
114f808c858Sraf	__ns_ldap_nextEntry;
115f808c858Sraf	__ns_ldap_print_config;
116f808c858Sraf	__ns_ldap_repAttr;
117f808c858Sraf	__ns_ldap_setParam;
118f808c858Sraf	__ns_ldap_setParamValue;
119f808c858Sraf	__ns_ldap_setServer;
120f808c858Sraf	__ns_ldap_trydoorcall;
121f808c858Sraf	__ns_ldap_uid2dn;
122f808c858Sraf	__s_api_crosscheck;
123f808c858Sraf	__s_api_destroy_config;
124f808c858Sraf	__s_api_free2dArray;
125f808c858Sraf	__s_api_getServers;
126f808c858Sraf	__s_api_init_config;
127f808c858Sraf	__s_api_prepend_automountmapname_to_dn;
128f808c858Sraf    local:
129f808c858Sraf	*;
130f808c858Sraf};
131