#ident $Id: mapfile,v 2.3 1998/12/20 02:30:30 lukeh Exp $
# Mapfile for Solaris. This lets us control which symbols
# get exported. Someone should do the same for glibc.
nss_ldap.so.1 {
	global:
		# Published NSS service module interfaces
		_nss_ldap_bootparams_constr;
		_nss_ldap_ethers_constr;
		_nss_ldap_group_constr;
		_nss_ldap_hosts_constr;
		_nss_ldap_networks_constr;
		_nss_ldap_protocols_constr;
		_nss_ldap_passwd_constr;
		_nss_ldap_rpc_constr;
		_nss_ldap_services_constr;
		_nss_ldap_shadow_constr;
	local:
		*;
};
