xref: /onnv-gate/usr/src/lib/libsldap/common/mapfile-vers (revision 6616:b32ce38b23ab)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*6616Sdm199847# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
262522Sraf#
272522Sraf
282522Sraf# There really should be only one SUNWprivate version.
292522Sraf# Don't add any more.  Add new private symbols to SUNWprivate_1.1
302522Sraf
312522SrafSUNWprivate_1.1 {
322522Sraf    global:
332522Sraf	__ns_ldap_getAcctMgmt;
342522Sraf	__s_api_get_canonical_name;
352830Sdjl	__ns_ldap_getAttrStruct;
362830Sdjl	__ns_ldap_self_gssapi_config;
372830Sdjl	__ns_ldap_self_gssapi_only_set;
382830Sdjl	__ns_ldap_check_dns_preq;
392830Sdjl	__ns_ldap_check_gssapi_preq;
402830Sdjl	__ns_ldap_check_all_preq;
412522Sraf} SUNWprivate_1.0;
422522Sraf
432522SrafSUNWprivate_1.0 {
442522Sraf    global:
452522Sraf	__getldapaliasbyname;
462522Sraf	__ns_ldap_addAttr;
472522Sraf	__ns_ldap_addEntry;
482522Sraf	__ns_ldap_addTypedEntry;
492522Sraf	__ns_ldap_auth;
502522Sraf	__ns_ldap_cache_ping;
512522Sraf	__ns_ldap_default_config;
522522Sraf	__ns_ldap_delAttr;
532522Sraf	__ns_ldap_delEntry;
542522Sraf	__ns_ldap_dn2domain;
552522Sraf	__ns_ldap_download;
562522Sraf	__ns_ldap_DumpConfiguration;
572522Sraf	__ns_ldap_DumpLdif;
582522Sraf	__ns_ldap_endEntry;
592522Sraf	__ns_ldap_err2str;
602522Sraf	__ns_ldap_firstEntry;
612522Sraf	__ns_ldap_freeAttributeMaps;
622522Sraf	__ns_ldap_freeCred;
632522Sraf	__ns_ldap_freeError;
642522Sraf	__ns_ldap_freeObjectClassMaps;
652522Sraf	__ns_ldap_freeParam;
662522Sraf	__ns_ldap_freeResult;
672522Sraf	__ns_ldap_freeSearchDescriptors;
682522Sraf	__ns_ldap_getAttr;
692522Sraf	__ns_ldap_getAttributeMaps;
702522Sraf	__ns_ldap_getMappedAttributes;
712522Sraf	__ns_ldap_getMappedObjectClass;
722522Sraf	__ns_ldap_getObjectClassMaps;
732522Sraf	__ns_ldap_getOrigAttribute;
742522Sraf	__ns_ldap_getOrigObjectClass;
752522Sraf	__ns_ldap_getParam;
762522Sraf	__ns_ldap_getParamType;
772522Sraf	__ns_ldap_getSearchDescriptors;
782522Sraf	__ns_ldap_getServiceAuthMethods;
792522Sraf	__ns_ldap_host2dn;
802522Sraf	__ns_ldap_list;
81*6616Sdm199847	__ns_ldap_list_batch_start;
82*6616Sdm199847	__ns_ldap_list_batch_add;
83*6616Sdm199847	__ns_ldap_list_batch_end;
84*6616Sdm199847	__ns_ldap_list_batch_release;
852522Sraf	__ns_ldap_LoadConfiguration;
862522Sraf	__ns_ldap_LoadDoorInfo;
872522Sraf	__ns_ldap_make_config;
882522Sraf	__ns_ldap_nextEntry;
892522Sraf	__ns_ldap_print_config;
902522Sraf	__ns_ldap_repAttr;
912522Sraf	__ns_ldap_setParam;
922522Sraf	__ns_ldap_setParamValue;
932522Sraf	__ns_ldap_setServer;
942522Sraf	__ns_ldap_trydoorcall;
952522Sraf	__ns_ldap_uid2dn;
962522Sraf	__s_api_crosscheck;
972522Sraf	__s_api_destroy_config;
982522Sraf	__s_api_free2dArray;
992522Sraf	__s_api_getServers;
1002522Sraf	__s_api_init_config;
1012522Sraf	__s_api_prepend_automountmapname_to_dn;
1022522Sraf    local:
1032522Sraf	*;
1042522Sraf};
105