File: exports.solaris

package info (click to toggle)
nss-pam-ldapd 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,768 kB
  • sloc: ansic: 16,287; sh: 6,589; python: 3,368; xml: 1,925; makefile: 294; exp: 146
file content (28 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
nss_ldap.so.1 {

  # published NSS service functions
  global:

    # flag to enable or disable lookups
    _nss_ldap_enablelookups;

    # version information of NSS module
    _nss_ldap_version;

    # published NSS service module constructors
    _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:
    *;

};