blob: 5c191be59e7f65ba0c63652f326dfbd69d4cb586 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $Id: exports.solaris,v 1.1 2010-08-07 00:24:21 tedcheng Exp $
nss_ldap.so.1 {
# published NSS service functions
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;
_nss_ldap_netgroup_constr;
# everything else should not be exported
local:
*;
};
|