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 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28# There really should be only one SUNWprivate version.
29# Don't add any more.  Add new private symbols to SUNWprivate_1.1
30
31SUNWprivate_1.1 {
32    global:
33	__ns_ldap_getAcctMgmt;
34	__s_api_get_canonical_name;
35} SUNWprivate_1.0;
36
37SUNWprivate_1.0 {
38    global:
39	__getldapaliasbyname;
40	__ns_ldap_addAttr;
41	__ns_ldap_addEntry;
42	__ns_ldap_addTypedEntry;
43	__ns_ldap_auth;
44	__ns_ldap_cache_ping;
45	__ns_ldap_default_config;
46	__ns_ldap_delAttr;
47	__ns_ldap_delEntry;
48	__ns_ldap_dn2domain;
49	__ns_ldap_download;
50	__ns_ldap_DumpConfiguration;
51	__ns_ldap_DumpLdif;
52	__ns_ldap_endEntry;
53	__ns_ldap_err2str;
54	__ns_ldap_firstEntry;
55	__ns_ldap_freeAttributeMaps;
56	__ns_ldap_freeCred;
57	__ns_ldap_freeError;
58	__ns_ldap_freeObjectClassMaps;
59	__ns_ldap_freeParam;
60	__ns_ldap_freeResult;
61	__ns_ldap_freeSearchDescriptors;
62	__ns_ldap_getAttr;
63	__ns_ldap_getAttributeMaps;
64	__ns_ldap_getMappedAttributes;
65	__ns_ldap_getMappedObjectClass;
66	__ns_ldap_getObjectClassMaps;
67	__ns_ldap_getOrigAttribute;
68	__ns_ldap_getOrigObjectClass;
69	__ns_ldap_getParam;
70	__ns_ldap_getParamType;
71	__ns_ldap_getSearchDescriptors;
72	__ns_ldap_getServiceAuthMethods;
73	__ns_ldap_host2dn;
74	__ns_ldap_list;
75	__ns_ldap_LoadConfiguration;
76	__ns_ldap_LoadDoorInfo;
77	__ns_ldap_make_config;
78	__ns_ldap_nextEntry;
79	__ns_ldap_print_config;
80	__ns_ldap_repAttr;
81	__ns_ldap_setParam;
82	__ns_ldap_setParamValue;
83	__ns_ldap_setServer;
84	__ns_ldap_trydoorcall;
85	__ns_ldap_uid2dn;
86	__s_api_crosscheck;
87	__s_api_destroy_config;
88	__s_api_free2dArray;
89	__s_api_getServers;
90	__s_api_init_config;
91	__s_api_prepend_automountmapname_to_dn;
92    local:
93	*;
94};
95