summaryrefslogtreecommitdiffstats
path: root/src/sss_client/sss_nss.exports
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-06 13:57:30 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-27 09:02:01 -0500
commitcc7ee57f3adada83ac657e69636ca995d5b6948e (patch)
tree6d030166c6251e1813900ccd762b26eec1771f83 /src/sss_client/sss_nss.exports
parentff907ba7a9b5e429de086515642f97a0447e546a (diff)
downloadsssd-cc7ee57f3adada83ac657e69636ca995d5b6948e.tar.gz
sssd-cc7ee57f3adada83ac657e69636ca995d5b6948e.tar.xz
sssd-cc7ee57f3adada83ac657e69636ca995d5b6948e.zip
NSS: Add client support for services (non-enumeration)
Diffstat (limited to 'src/sss_client/sss_nss.exports')
-rw-r--r--src/sss_client/sss_nss.exports10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sss_client/sss_nss.exports b/src/sss_client/sss_nss.exports
index 2fa4e5f2f..1eefea8d5 100644
--- a/src/sss_client/sss_nss.exports
+++ b/src/sss_client/sss_nss.exports
@@ -56,11 +56,11 @@ EXPORTED {
#_nss_sss_getrpcent_r;
#_nss_sss_endrpcent;
- #_nss_sss_getservbyname_r;
- #_nss_sss_getservbyport_r;
- #_nss_sss_setservent;
- #_nss_sss_getservent_r;
- #_nss_sss_endservent;
+ _nss_sss_getservbyname_r;
+ _nss_sss_getservbyport_r;
+ _nss_sss_setservent;
+ _nss_sss_getservent_r;
+ _nss_sss_endservent;
#_nss_sss_getspnam_r;
#_nss_sss_setspent;