blob: ecc7e438270a348a6a9f037bf47ed1d7c95c9984 (
plain) (
blame)
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
29
30
|
--- ./nss/nss_ldap.map.orig 2010-09-24 07:07:18.000000000 +0000
+++ ./nss/nss_ldap.map 2010-12-16 13:13:25.000000000 +0000
@@ -81,6 +78,27 @@
_nss_ldap_getspent_r;
_nss_ldap_endspent;
+ # compat 4 bsd
+ __nss_compat_getgrnam_r;
+ __nss_compat_getgrgid_r;
+ __nss_compat_getgrent_r;
+ __nss_compat_setgrent;
+ __nss_compat_endgrent;
+
+ __nss_compat_getpwnam_r;
+ __nss_compat_getpwuid_r;
+ __nss_compat_getpwent_r;
+ __nss_compat_setpwent;
+ __nss_compat_endpwent;
+
+ __nss_compat_gethostbyname;
+ __nss_compat_gethostbyname2;
+ __nss_compat_gethostbyaddr;
+
+ # module init
+ nss_module_register;
+
+
# everything else should not be exported
local:
*;
|