1 #ident $Id: exports.solaris,v 2.6 2006/01/12 10:19:20 lukeh Exp $ 2 nss_ldap.so.1 { 3 global: 4 # Published NSS service module interfaces 5 _nss_ldap_bootparams_constr; 6 _nss_ldap_ethers_constr; 7 _nss_ldap_group_constr; 8 _nss_ldap_hosts_constr; 9 _nss_ldap_networks_constr; 10 _nss_ldap_protocols_constr; 11 _nss_ldap_passwd_constr; 12 _nss_ldap_rpc_constr; 13 _nss_ldap_services_constr; 14 _nss_ldap_shadow_constr; 15 _nss_ldap_netgroup_constr; 16 # libsldap library interfaces 17 __ns_ldap_getMappedAttributes; 18 __ns_ldap_getMappedObjectClass; 19 __ns_ldap_getParam; 20 __ns_ldap_freeError; 21 __ns_ldap_freeEntry; 22 __ns_ldap_freeResult; 23 __ns_ldap_list; 24 __ns_ldap_err2str; 25 __ns_ldap_firstEntry; 26 __ns_ldap_nextEntry; 27 __ns_ldap_endEntry; 28 local: 29 *; 30 };