Blob Blame History Raw
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:
    *;

};