blob: b9cd7734ca353d8f8f8844bdb90e7d02672b277d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
EXPORTED {
# published NSS service functions
global:
# flag to enable or disable lookups
_nss_ldap_enablelookups;
# module init
nss_module_register;
# everything else should not be exported
local:
*;
};
|