Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/exports.freebsd
blob: 765b8fe252bb9302b78f7445ae050e390de93f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EXPORTED {

  # published NSS service functions
  global:

    # flag to enable or disable lookups
    _nss_ldap_enablelookups;

    # version information of NSS module
    _nss_ldap_version;

    # module init
    nss_module_register;

  # everything else should not be exported
  local:
    *;

};