summaryrefslogtreecommitdiff
path: root/nslcd-server.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-25 10:56:24 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-11-25 10:56:24 +0000
commit70f10e2b6c10e7e47ab3377854e61a4534af79fb (patch)
tree4bab7fb53ab220809034db70411a23711fa7417b /nslcd-server.c
parent1d4906c0e367960d35bd688e85b31cb6a376f5bc (diff)
implement server end of service name lookup and fix client end to translate between host and network byte order and to also pass protocol in request
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@123 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd-server.c')
-rw-r--r--nslcd-server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nslcd-server.c b/nslcd-server.c
index eece9de..2249e8a 100644
--- a/nslcd-server.c
+++ b/nslcd-server.c
@@ -180,11 +180,9 @@ void nslcd_server_handlerequest(int sock)
case NSLCD_ACTION_RPC_BYNAME: nslcd_rpc_byname(fp); break;
case NSLCD_ACTION_RPC_BYNUMBER: nslcd_rpc_bynumber(fp); break;
case NSLCD_ACTION_RPC_ALL: nslcd_rpc_all(fp); break;
-/*
case NSLCD_ACTION_SERVICE_BYNAME: nslcd_service_byname(fp); break;
case NSLCD_ACTION_SERVICE_BYNUMBER: nslcd_service_bynumber(fp); break;
case NSLCD_ACTION_SERVICE_ALL: nslcd_service_all(fp); break;
-*/
case NSLCD_ACTION_SHADOW_BYNAME: nslcd_shadow_byname(fp); break;
case NSLCD_ACTION_SHADOW_ALL: nslcd_shadow_all(fp); break;
default: