aboutsummaryrefslogtreecommitdiff
path: root/security/sssd/files/patch-src__sss_client__sss_nss.exports
diff options
context:
space:
mode:
Diffstat (limited to 'security/sssd/files/patch-src__sss_client__sss_nss.exports')
-rw-r--r--security/sssd/files/patch-src__sss_client__sss_nss.exports11
1 files changed, 7 insertions, 4 deletions
diff --git a/security/sssd/files/patch-src__sss_client__sss_nss.exports b/security/sssd/files/patch-src__sss_client__sss_nss.exports
index af51900099ac..ceeb55742553 100644
--- a/security/sssd/files/patch-src__sss_client__sss_nss.exports
+++ b/security/sssd/files/patch-src__sss_client__sss_nss.exports
@@ -1,4 +1,6 @@
---- src/sss_client/sss_nss.exports.orig 2014-09-17 13:01:37 UTC
+diff --git src/sss_client/sss_nss.exports src/sss_client/sss_nss.exports
+index 1eefea8d5..8e85a0541 100644
+--- src/sss_client/sss_nss.exports
+++ src/sss_client/sss_nss.exports
@@ -3,6 +3,7 @@ EXPORTED {
# public functions
@@ -8,13 +10,13 @@
_nss_sss_getpwnam_r;
_nss_sss_getpwuid_r;
_nss_sss_setpwent;
-@@ -14,7 +15,24 @@ EXPORTED {
+@@ -14,8 +15,25 @@ EXPORTED {
_nss_sss_setgrent;
_nss_sss_getgrent_r;
_nss_sss_endgrent;
+ _nss_sss_getgroupmembership;
_nss_sss_initgroups_dyn;
-+
+
+ __nss_compat_getgrnam_r;
+ __nss_compat_getgrgid_r;
+ __nss_compat_getgrent_r;
@@ -30,6 +32,7 @@
+ __nss_compat_gethostbyname;
+ __nss_compat_gethostbyname2;
+ __nss_compat_gethostbyaddr;
-
++
#_nss_sss_getaliasbyname_r;
#_nss_sss_setaliasent;
+ #_nss_sss_getaliasent_r;