diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-06 13:57:30 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-27 09:02:01 -0500 |
commit | cc7ee57f3adada83ac657e69636ca995d5b6948e (patch) | |
tree | 6d030166c6251e1813900ccd762b26eec1771f83 /src/sss_client/sss_nss.exports | |
parent | ff907ba7a9b5e429de086515642f97a0447e546a (diff) | |
download | sssd-cc7ee57f3adada83ac657e69636ca995d5b6948e.tar.gz sssd-cc7ee57f3adada83ac657e69636ca995d5b6948e.tar.bz2 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.exports | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sss_client/sss_nss.exports b/src/sss_client/sss_nss.exports index 2fa4e5f2..1eefea8d 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; |